Skip to content

Commit

Permalink
Append the description content
Browse files Browse the repository at this point in the history
  • Loading branch information
AAChartModel authored Jun 19, 2017
1 parent 60cc539 commit aecc3a8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions AAChartKit/AAChartKit/AAChartKit.podspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Pod::Spec.new do |s|
s.name = 'AAChartKit'
s.version = '2.0.7'
s.summary = '
An elegant and friendly chart library for iOS developer
s.version = '2.0.8'
s.summary = 'An elegant and friendly chart library for iOS developer'
s.description = <<-DESC
***
## Features:
1. Support `iOS 6`、`ARC` & `Objective C`.
Expand All @@ -11,13 +11,12 @@ An elegant and friendly chart library for iOS developer
4. Support `chain programming syntax` like *Masonry*
5. `AAChartView + AAChartModel = Chart` In the AAChartKit,it follows a minimalist formula: ` Chart view + Chart model = The chart you want`.
***
'
DESC
s.homepage = 'https://github.com/AAChartModel/AAChartKit'
s.license = 'MIT'
s.authors = {'An An' => '[email protected]'}
s.platform = :ios, '7.0'
s.source = {:git => 'https://github.com/AAChartModel/AAChartKit.git', :tag => s.version}
s.source_files = 'AAChartKit', 'AAChartKit/*.{h,m}'
s.source_files = 'AAChartKit', 'AAChartKit/**/*.{h,m}'
s.requires_arc = true
end

0 comments on commit aecc3a8

Please sign in to comment.