We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a306d commit 5052b40Copy full SHA for 5052b40
2 files changed
AAChartKitLib/AAChartKit.podspec
@@ -13,12 +13,12 @@ Pod::Spec.new do |s|
13
***
14
DESC
15
s.homepage = 'https://github.com/AAChartModel/AAChartKit'
16
- s.license = { :type => "MIT", :file => 'LICENSE.md' }
+ s.license = { :type => "MIT", :file => 'LICENSE' }
17
s.authors = {'An An' => '18256973864@163.com'}
18
s.platform = :ios, '7.0'
19
s.source = {:git => 'https://github.com/AAChartModel/AAChartKit.git', :tag => s.version}
20
s.source_files = 'AAChartKitLib', 'AAChartKitLib/**/*.{h,m}'
21
- s.resource_bundles = { 'iOS-AAChartKitLib' => 'AAChartKitLib/AAJSFiles/**' }
+ s.resource_bundles = { 'AAChartKitLib' => 'AAChartKitLib/AAJSFiles/**' }
22
pch_AA = <<-EOS
23
24
#define AAObject(objectName) [[objectName alloc]init]
AAChartKitLib/LICENSE LICENSEAAChartKitLib/LICENSE renamed to LICENSE
0 commit comments