Skip to content

Commit

Permalink
Add .podspec file for project
Browse files Browse the repository at this point in the history
  • Loading branch information
AAChartModel committed Jun 8, 2017
1 parent 2297778 commit 5268d51
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 0 deletions.
File renamed without changes.
13 changes: 13 additions & 0 deletions AAChartKit.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'AAInfographics'
s.version = '1.0.0'
s.summary = 'An elegant and friendly chart library for iOS developer who use Swift'
s.homepage = 'https://github.com/AAChartModel/AAChartKit-Swift'
s.license = 'MIT'
s.authors = {'An An' => '18256973864@163.com'}
s.platform = :ios, '8.0'
s.source = {:git => 'https://github.com/AAChartModel/AAChartKit-Swift.git', :tag => s.version}
s.source_files = 'AAChartKit-Swift/**/*.{swift,js,html}'
s.resource = 'AAChartKit/AAChartKit.bundle'
s.requires_arc = true
end

0 comments on commit 5268d51

Please sign in to comment.