Skip to content

Commit

Permalink
Merge pull request #254 from petester42/master
Browse files Browse the repository at this point in the history
Updated podspec so version does not have to be specified twice
  • Loading branch information
danielgindi committed Jul 29, 2015
2 parents ab9f230 + 2e12966 commit 7aec807
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 @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
s.authors = "Daniel Cohen Gindi", "Philipp Jahoda"
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/danielgindi/ios-charts.git", :tag => "v2.1.0" }
s.source = { :git => "https://github.com/danielgindi/ios-charts.git", :tag => "v#{s.version}" }
s.source_files = "Classes", "Charts/Classes/**/*.swift"
s.frameworks = "Foundation", "UIKit", "CoreGraphics"
end

0 comments on commit 7aec807

Please sign in to comment.