Commit 7df9bf4e authored by Daniel Cohen Gindi's avatar Daniel Cohen Gindi
Browse files

Merge pull request #13 from petester42/master

Added a podspec
parents f9ee89fe 09bb4986
Showing with 12 additions and 0 deletions
+12 -0
Pod::Spec.new do |s|
s.name = "Charts"
s.version = "2.0.9"
s.summary = "ios-charts is a powerful & easy to use chart library for iOS"
s.homepage = "https://github.com/danielgindi/ios-charts"
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.0.9" }
s.source_files = "Classes", "Charts/Classes/**/*.swift"
s.frameworks = "Foundation", "UIKit", "CoreGraphics"
end
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment