Sha256: d9c5cf882ed68bfac31d9c98cb01ca59000c89d6e2b4dcc4b27bb9c6dfd55ed1
Contents?: true
Size: 640 Bytes
Versions: 1
Compression:
Stored size: 640 Bytes
Contents
require File.expand_path('../lib/motion/project/objc/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Francis Chong"] gem.email = ["francis@ignition.hk"] gem.description = "Simply include Objective-C files in your RubyMotion projects" gem.summary = "Simply include Objective-C files in your RubyMotion projects" gem.homepage = "https://github.com/siuying/motion-objc" gem.files = `git ls-files`.split($\) gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "motion-objc" gem.require_paths = ["lib"] gem.version = Motion::Project::ObjC::VERSION gem.add_dependency 'xcodeproj' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motion-objc-0.1.1 | motion-objc.gemspec |