spec/fixtures/LibraryDemo.podspec in cocoapods-packager-1.3.0 vs spec/fixtures/LibraryDemo.podspec in cocoapods-packager-1.4.0

- old
+ new

@@ -4,9 +4,11 @@ s.summary = 'Demo' s.author = {'Ole Gammelgaard Poulsen' => 'ole@shape.dk' } s.source = { :git => 'https://github.com/olegam/LibraryDemo.git', :tag => s.version.to_s } s.source_files = 'sources/**/*.{h,m}' s.requires_arc = true - s.ios.deployment_target = '5.0' + s.ios.deployment_target = '6.0' s.osx.deployment_target = '10.9' -end \ No newline at end of file + s.license = 'GPL' # :trollface: + s.homepage = 'https://www.youtube.com/watch?v=32UGD0fV45g' +end