From a7f08efde67114febf3887aeb72949c0895dc743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=85=A7=E9=97=AB?= <2236368544@qq.com> Date: Mon, 19 Jun 2017 17:50:18 +0800 Subject: [PATCH] Add resource boundles --- AAChartKitLib/AAChartKit.podspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AAChartKitLib/AAChartKit.podspec b/AAChartKitLib/AAChartKit.podspec index 5c12b508e..2c1fcaffd 100755 --- a/AAChartKitLib/AAChartKit.podspec +++ b/AAChartKitLib/AAChartKit.podspec @@ -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