Skip to content

Commit 31b387e

Browse files
committed
Fixed version requirement
1 parent 9392726 commit 31b387e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Realm+JSON.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
22
s.name = 'Realm+JSON'
33
s.version = '0.2.6'
44
s.ios.deployment_target = '7.0'
5-
s.osx.deployment_target = '10.8'
5+
s.osx.deployment_target = '10.9'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
77
s.summary = 'A concise Mantle-like way of working with Realm and JSON.'
88
s.homepage = 'https://github.com/matthewcheok/Realm-JSON'

0 commit comments

Comments
 (0)