motion-objc.gemspec in motion-objc-0.1.1 vs motion-objc.gemspec in motion-objc-0.2.0
- old
+ new
@@ -10,7 +10,7 @@
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
\ No newline at end of file
+ gem.add_dependency 'xcodeproj', '0.2.3'
+end