From 09bb4986fe661aa692a1fbd71c3df4491347041a Mon Sep 17 00:00:00 2001 From: Pierre-Marc Airoldi Date: Wed, 8 Apr 2015 09:30:20 -0400 Subject: [PATCH] added podspec --- Charts.podspec | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Charts.podspec diff --git a/Charts.podspec b/Charts.podspec new file mode 100644 index 0000000000..546ee7c786 --- /dev/null +++ b/Charts.podspec @@ -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