Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -16,7 +16,7 @@ Pod::Spec.new do |s| | @@ -16,7 +16,7 @@ Pod::Spec.new do |s| | ||
| 16 | s.ios.dependency 'UICountingLabel', '~> 1.0.0' | 16 | s.ios.dependency 'UICountingLabel', '~> 1.0.0' |
| 17 | 17 | ||
| 18 | s.source_files = 'PNChart/**/*.{h,m}' | 18 | s.source_files = 'PNChart/**/*.{h,m}' |
| 19 | - s.public_header_files = 'PNChart/*.h' | 19 | + s.public_header_files = 'PNChart/**/*.h' |
| 20 | s.frameworks = 'CoreGraphics', 'UIKit', 'Foundation', 'QuartzCore' | 20 | s.frameworks = 'CoreGraphics', 'UIKit', 'Foundation', 'QuartzCore' |
| 21 | s.requires_arc = true | 21 | s.requires_arc = true |
| 22 | end | 22 | end |
-
Please register or login to post a comment