From 4d96eebd4c3b273433b1d30ce2fdce6ac0a774a6 Mon Sep 17 00:00:00 2001 From: Daniel Green Date: Sat, 31 Jan 2015 14:04:38 +0000 Subject: [PATCH] OS X deployment target to podspec --- Realm+JSON.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/Realm+JSON.podspec b/Realm+JSON.podspec index 84b2144..10ddb3d 100644 --- a/Realm+JSON.podspec +++ b/Realm+JSON.podspec @@ -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'