Skip to content

Commit

Permalink
Updated podspec for Realm 0.90
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcheok committed Jan 24, 2015
1 parent 3c60ec5 commit f1224e4
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.4'
s.version = '0.2.5'
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.89'
s.dependency 'Realm', '~> 0.90'
end

0 comments on commit f1224e4

Please sign in to comment.