Skip to content

Commit 5268d51

Browse files
committed
Add .podspec file for project
1 parent 2297778 commit 5268d51

File tree

10 files changed

+13
-0
lines changed

10 files changed

+13
-0
lines changed

AAChartKit.podspec

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'AAInfographics'
3+
s.version = '1.0.0'
4+
s.summary = 'An elegant and friendly chart library for iOS developer who use Swift'
5+
s.homepage = 'https://github.com/AAChartModel/AAChartKit-Swift'
6+
s.license = 'MIT'
7+
s.authors = {'An An' => '[email protected]'}
8+
s.platform = :ios, '8.0'
9+
s.source = {:git => 'https://github.com/AAChartModel/AAChartKit-Swift.git', :tag => s.version}
10+
s.source_files = 'AAChartKit-Swift/**/*.{swift,js,html}'
11+
s.resource = 'AAChartKit/AAChartKit.bundle'
12+
s.requires_arc = true
13+
end

0 commit comments

Comments
 (0)