Skip to content

Commit 7df9bf4

Browse files
committed
Merge pull request ChartsOrg#13 from petester42/master
Added a podspec
2 parents f9ee89f + 09bb498 commit 7df9bf4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Charts.podspec

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)