Skip to content

Commit

Permalink
added podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
pmairoldi committed Apr 8, 2015
1 parent 56edf30 commit 09bb498
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Charts.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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

0 comments on commit 09bb498

Please sign in to comment.