Skip to content

Commit

Permalink
Merge pull request #2064 from anttyc/master
Browse files Browse the repository at this point in the history
Update Podspec RealmSwift Dependency to 2.1.1 to be in line with Cartfile
  • Loading branch information
pmairoldi committed Jan 11, 2017
2 parents 7c4a06a + 1f26720 commit 5b5180d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Charts.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Pod::Spec.new do |s|
s.subspec "Realm" do |ss|
ss.source_files = "Source/ChartsRealm/**/*.swift"
ss.dependency "Charts/Core"
ss.dependency "RealmSwift", "~> 1.1"
ss.dependency "RealmSwift", "~> 2.1.1"
end
end

0 comments on commit 5b5180d

Please sign in to comment.