Skip to content

Commit

Permalink
Update AAChartKit.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
AAChartModel committed Aug 27, 2024
1 parent ff4eb33 commit b6b47e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AAChartKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.source = {:git => 'https://github.com/AAChartModel/AAChartKit.git', :tag => s.version}
s.social_media_url = 'https://github.com/AAChartModel'
s.source_files = 'AAChartKit/**/*.{h,m}'
s.resource_bundles = { 'AAChartKit' => 'AAChartKitLib/AAJSFiles.bundle' }
s.resource_bundles = { 'AAChartKit' => 'AAChartKit/AAJSFiles.bundle' }
s.prefix_header_contents = '#import "AAGlobalMacro.h"'
s.requires_arc = true
s.ios.frameworks = 'UIKit'
Expand Down

0 comments on commit b6b47e2

Please sign in to comment.