Skip to content

Commit

Permalink
Changed podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcheok committed Jul 27, 2014
1 parent ef3bcff commit ec9ad33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Realm+JSON.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit ec9ad33

Please sign in to comment.