forked from ArthurGuibert/FSLineChart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFSLineChart.podspec
More file actions
16 lines (16 loc) · 774 Bytes
/
Copy pathFSLineChart.podspec
File metadata and controls
16 lines (16 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.new do |s|
s.name = "FSLineChart"
s.version = "0.1.8"
s.summary = "FSLineChart is a simple chart library for iOS."
s.description = <<-DESC
FSLineChart is a simple chart library for iOS. You can change whatever you want: size, color, units,...
DESC
s.homepage = "https://github.com/ArthurGuibert/FSLineChart"
s.screenshots = "https://github.com/ArthurGuibert/FSLineChart/raw/master/Screenshots/fslinechart.png"
s.author = { "Arthur Guibert" => "birslip@gmail.com" }
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.platform = :ios, '7.0'
s.source = { :git => "https://github.com/ArthurGuibert/FSLineChart.git",:tag => "#{s.version}" }
s.source_files = 'Classes', 'FSLineChart/FSLineChart/*.{h,m}'
s.requires_arc = true
end