Skip to content

Commit 5052b40

Browse files
committed
Correct the license warning of cocoapods
1 parent c3a306d commit 5052b40

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

AAChartKitLib/AAChartKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Pod::Spec.new do |s|
1313
***
1414
DESC
1515
s.homepage = 'https://github.com/AAChartModel/AAChartKit'
16-
s.license = { :type => "MIT", :file => 'LICENSE.md' }
16+
s.license = { :type => "MIT", :file => 'LICENSE' }
1717
s.authors = {'An An' => '18256973864@163.com'}
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/**' }
21+
s.resource_bundles = { 'AAChartKitLib' => 'AAChartKitLib/AAJSFiles/**' }
2222
pch_AA = <<-EOS
2323
2424
#define AAObject(objectName) [[objectName alloc]init]
File renamed without changes.

0 commit comments

Comments
 (0)