Skip to content

Commit

Permalink
Fixed pod spec for 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgindi committed Apr 2, 2017
1 parent 19b2e1a commit 32361c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ChartsRealm.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = "9.0"
s.osx.deployment_target = "10.11"
s.source = { :git => "https://github.com/danielgindi/ChartsRealm.git", :tag => "v#{s.version}" }
s.source_files = "Source/ChartsRealm/**/*.swift"
s.dependency "Charts", "~> 3.0.1"
s.source_files = "ChartsRealm/Classes/**/*.swift"
s.dependency "Charts", "~> 3.0.2"
s.dependency "RealmSwift", "~> 2.4"
end

0 comments on commit 32361c4

Please sign in to comment.