Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -15,7 +15,7 @@ Pod::Spec.new do |s| | @@ -15,7 +15,7 @@ Pod::Spec.new do |s| | ||
| 15 | 15 | ||
| 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 |
-
Please register or login to post a comment