Skip to content

Commit

Permalink
Merge pull request #27 from Dan2552/os-x
Browse files Browse the repository at this point in the history
OS X deployment target to podspec
  • Loading branch information
matthewcheok committed Jan 31, 2015
2 parents f1224e4 + 4d96eeb commit 7d6f6a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Realm+JSON.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Pod::Spec.new do |s|
s.name = 'Realm+JSON'
s.version = '0.2.5'
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.8'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'A concise Mantle-like way of working with Realm and JSON.'
s.homepage = 'https://github.com/matthewcheok/Realm-JSON'
Expand Down

0 comments on commit 7d6f6a2

Please sign in to comment.