diff --git a/Realm+JSON.podspec b/Realm+JSON.podspec index 5d42d7b..0fbe32d 100644 --- a/Realm+JSON.podspec +++ b/Realm+JSON.podspec @@ -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'