diff --git a/Realm+JSON.podspec b/Realm+JSON.podspec index 434e233..41513e1 100644 --- a/Realm+JSON.podspec +++ b/Realm+JSON.podspec @@ -1,8 +1,7 @@ Pod::Spec.new do |s| s.name = 'Realm+JSON' s.version = '0.1' - s.ios.deployment_target = "6.0" - s.osx.deployment_target = "10.8" + s.ios.deployment_target = '6.0' 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'