@@ -16,30 +16,11 @@ Pod::Spec.new do |s|
1616 s . license = { :type => "MIT" , :file => 'LICENSE' }
1717 s . authors = { 'An An' => '18256973864@163.com' }
1818 s . platform = :ios , '7.0'
19- # s.prefix_header_contents = '#import "AAGlobalMacro.h"'
2019 s . source = { :git => 'https://github.com/AAChartModel/AAChartKit.git' , :tag => s . version }
2120 s . social_media_url = 'https://github.com/AAChartModel'
2221 s . source_files = 'AAChartKitLib/**/*.{h,m}'
23-
24- pch_AF = <<-EOS
25- #define AAObject(objectName) [[objectName alloc]init]
26-
27-
28- #define AAPropStatementAndFuncStatement(propertyModifyWord,className, propertyPointerType, propertyName) \
29- @property(nonatomic,propertyModifyWord)propertyPointerType propertyName; \
30- - (className * (^) (propertyPointerType propertyName)) propertyName##Set;
31-
32- #define AAPropSetFuncImplementation(className, propertyPointerType, propertyName) \
33- - (className * (^) (propertyPointerType propertyName))propertyName##Set{ \
34- return ^(propertyPointerType propertyName) { \
35- self.propertyName = propertyName; \
36- return self; \
37- }; \
38- }
39- EOS
40- s . prefix_header_contents = pch_AF
41-
4222 s . resource_bundles = { 'AAChartKitLib' => 'AAChartKitLib/AAJSFiles/**' }
23+ s . prefix_header_contents = '#import "AAGlobalMacro.h"'
4324 s . requires_arc = true
4425 s . ios . frameworks = 'UIKit'
4526 s . ios . deployment_target = '7.0'
0 commit comments