Skip to content

Commit

Permalink
Add resource boundles
Browse files Browse the repository at this point in the history
  • Loading branch information
AAChartModel committed Jun 19, 2017
1 parent bc1b2bd commit a7f08ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AAChartKitLib/AAChartKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ Pod::Spec.new do |s|
s.platform = :ios, '7.0'
s.source = {:git => 'https://github.com/AAChartModel/AAChartKit.git', :tag => s.version}
s.source_files = 'AAChartKitLib', 'AAChartKitLib/**/*.{h,m}'
s.resource_bundles = { 'iOS-AAChartKitLib' => 'AAChartKitLib/AAJSFiles/**' }
s.prefix_header_contents = '#import "AAGlobalMacro.h"'
s.requires_arc = true
end

0 comments on commit a7f08ef

Please sign in to comment.