Skip to content

Commit

Permalink
Supports CocoaPods
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuoza committed Jul 21, 2015
1 parent 885bcec commit c760319
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions YOChartImageKit.podspec
@@ -0,0 +1,25 @@
Pod::Spec.new do |s|
s.name = "YOChartImageKit"
s.version = "0.3.0"
s.summary = "ChartKit for watchOS"
s.description = <<-DESC
Chart image framework for watchOS
Since watchOS does not have `UIView` class, YOChartImageKit draws a `UIImage` of a chart with given values.
Values and colors can be customized.
DESC
s.homepage = "https://github.com/yasuoza/YOChartImageKit"
s.screenshots = "https://raw.githubusercontent.com/yasuoza/YOChartImageKit/assets/images/watchos/all.png"
s.license = "MIT"
s.author = { "Yasuharu Ozaki" => "yasuharu.ozaki@gmail.com" }
s.source = { :git => "https://github.com/yasuoza/YOChartImageKit.git", :tag => s.version.to_s }

s.ios.deployment_target = "7.0"
s.watchos.deployment_target = "2.0"

s.requires_arc = true

s.source_files = "Source/**/*.{h,m}"

s.frameworks = "UIKit"
end

0 comments on commit c760319

Please sign in to comment.