Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -13,6 +13,8 @@ Pod::Spec.new do |s| | @@ -13,6 +13,8 @@ Pod::Spec.new do |s| | ||
| 13 | s.platform = :ios, '6.0' | 13 | s.platform = :ios, '6.0' |
| 14 | s.source = { :git => "https://github.com/kevinzhow/PNChart.git", :tag => s.version.to_s } | 14 | s.source = { :git => "https://github.com/kevinzhow/PNChart.git", :tag => s.version.to_s } |
| 15 | 15 | ||
| 16 | + s.ios.dependency 'UICountingLabel', '~> 1.0.0' | ||
| 17 | + | ||
| 16 | s.source_files = 'PNChartDemo/PNChart/**/*.{h,m}' | 18 | s.source_files = 'PNChartDemo/PNChart/**/*.{h,m}' |
| 17 | s.public_header_files = 'PNChartDemo/PNChart/**/*.h' | 19 | s.public_header_files = 'PNChartDemo/PNChart/**/*.h' |
| 18 | s.frameworks = 'CoreGraphics', 'UIKit', 'Foundation', 'QuartzCore' | 20 | s.frameworks = 'CoreGraphics', 'UIKit', 'Foundation', 'QuartzCore' |
-
Please register or login to post a comment