Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcheok committed Dec 29, 2014
1 parent d4e0f2d commit 031b357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Realm+JSON.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Realm+JSON'
s.version = '0.2.3'
s.version = '0.2.4'
s.ios.deployment_target = '7.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'A concise Mantle-like way of working with Realm and JSON.'
Expand All @@ -15,5 +15,5 @@ Pod::Spec.new do |s|
s.source_files = 'Realm+JSON/*.{h,m}'
s.public_header_files = 'Realm+JSON/*.h'

s.dependency 'Realm', '~> 0.88.0'
s.dependency 'Realm', '~> 0.89'
end

0 comments on commit 031b357

Please sign in to comment.