Skip to content

Commit

Permalink
Update platforms and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Oct 25, 2015
1 parent 527dacb commit 25b12bd
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions Sync.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,18 @@ s.author = { "Hyper AS" => "[email protected]" }
s.source = { :git => "https://github.com/hyperoslo/Sync.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/hyperoslo'

s.platform = :ios, '8.0'
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '9.0'
s.requires_arc = true

s.source_files = 'Source/**/*'

s.frameworks = 'Foundation', 'CoreData'

s.dependency 'DATAFilter', '~> 0.8.4'
s.dependency 'DATAStack', '~> 3.1.2'
s.dependency 'NSDictionary-ANDYSafeValue', '~> 0.3'
s.dependency 'NSEntityDescription-SYNCPrimaryKey', '~> 0.1.0'
s.dependency 'NSManagedObject-HYPPropertyMapper', '~> 3.3.2'
s.dependency 'DATAFilter', '~> 0.9.1'
s.dependency 'DATAStack', '~> 4.0.1'
s.dependency 'NSDictionary-ANDYSafeValue', '~> 0.3.1'
s.dependency 'NSEntityDescription-SYNCPrimaryKey', '~> 0.1.1'
s.dependency 'NSManagedObject-HYPPropertyMapper', '~> 3.3.3'
end

0 comments on commit 25b12bd

Please sign in to comment.