We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9ee89f + 09bb498 commit 7df9bf4Copy full SHA for 7df9bf4
Charts.podspec
@@ -0,0 +1,12 @@
1
+Pod::Spec.new do |s|
2
+ s.name = "Charts"
3
+ s.version = "2.0.9"
4
+ s.summary = "ios-charts is a powerful & easy to use chart library for iOS"
5
+ s.homepage = "https://github.com/danielgindi/ios-charts"
6
+ s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
7
+ s.authors = "Daniel Cohen Gindi", "Philipp Jahoda"
8
+ s.ios.deployment_target = "8.0"
9
+ s.source = { :git => "https://github.com/danielgindi/ios-charts.git", :tag => "v2.0.9" }
10
+ s.source_files = "Classes", "Charts/Classes/**/*.swift"
11
+ s.frameworks = "Foundation", "UIKit", "CoreGraphics"
12
+end
0 commit comments