Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions iOSPlot.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "iOSPlot"
s.version = "1.0.1"
s.platform = :ios, "5.0"
s.summary = "Draw pie charts and line charts in iOS apps."
s.description = "Integrate wonderful pie charts and line charts in your iOS apps."
s.homepage = "https://github.com/honcheng/iOSPlot"
s.license = { :type => 'Free', :file => 'LICENSE' }
s.author = { "honcheng" => "[email protected]" }
s.source = { :git => "https://github.com/honcheng/iOSPlot.git", :tag => "1.0.1" }
s.source_files = "iOSPlot/PC.{h,m}", "iOSPlot/**/PC*.{h,m}"
s.framework = "CoreGraphics"
s.requires_arc = true
end