motion-objc.gemspec in motion-objc-0.2.0 vs motion-objc.gemspec in motion-objc-0.2.1

- 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', '0.2.3' + gem.add_dependency 'xcodeproj', '>= 0.3.0' end