Skip to content

Commit a7f08ef

Browse files
committed
Add resource boundles
1 parent bc1b2bd commit a7f08ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

AAChartKitLib/AAChartKit.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ Pod::Spec.new do |s|
1818
s.platform = :ios, '7.0'
1919
s.source = {:git => 'https://github.com/AAChartModel/AAChartKit.git', :tag => s.version}
2020
s.source_files = 'AAChartKitLib', 'AAChartKitLib/**/*.{h,m}'
21+
s.resource_bundles = { 'iOS-AAChartKitLib' => 'AAChartKitLib/AAJSFiles/**' }
22+
s.prefix_header_contents = '#import "AAGlobalMacro.h"'
2123
s.requires_arc = true
2224
end

0 commit comments

Comments
 (0)