Skip to content

Commit

Permalink
Fixed version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcheok committed Mar 11, 2015
1 parent 9392726 commit 31b387e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Realm+JSON.podspec
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = 'Realm+JSON'
s.version = '0.2.6'
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.8'
s.osx.deployment_target = '10.9'
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 31b387e

Please sign in to comment.