Skip to content

Commit

Permalink
Merge pull request #1271 from liuxuan30/master
Browse files Browse the repository at this point in the history
fix Realm pod spec typo
  • Loading branch information
liuxuan30 authored Jul 27, 2016
2 parents 8b7b589 + 6b29503 commit 4d35b2f
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 @@ -19,6 +19,6 @@ Pod::Spec.new do |s|
s.subspec "Realm" do |ss|
ss.source_files = "ChartsRealm/Classes/**/*.swift"
ss.dependency "Charts/Core"
ss.dependency "RealmSwift", "~> 1.02"
ss.dependency "RealmSwift", "~> 1.0.2"
end
end

0 comments on commit 4d35b2f

Please sign in to comment.