Skip to content

Commit

Permalink
update Realm pod spec to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxuan30 committed Jul 26, 2016
1 parent 6d91f61 commit d8e60fe
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", "~> 0.97"
ss.dependency "RealmSwift", "~> 1.02"
end
end

3 comments on commit d8e60fe

@tuantmdev
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be 1.0.2. Please fix it.

@pmairoldi
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull requests are always welcome :)

@liuxuan30
Copy link
Member Author

@liuxuan30 liuxuan30 commented on d8e60fe Jul 27, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Please sign in to comment.