|
|
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
|
|
|
s.source = { :git => 'https://github.com/ibireme/YYKit.git', :tag => s.version.to_s }
|
|
|
|
|
|
s.requires_arc = true
|
|
|
- s.source_files = 'YYKit/**/*.{h,m}'
|
|
|
+ s.source_files = 'YYKit/**/*.{h,m,swift}'
|
|
|
s.public_header_files = 'YYKit/**/*.{h}'
|
|
|
|
|
|
non_arc_files = 'YYKit/Base/Foundation/NSObject+YYAddForARC.{h,m}', 'YYKit/Base/Foundation/NSThread+YYAdd.{h,m}'
|