Explorar el Código

feat: 补充提交(feat: 为了从 YYModel 过度到 Decodable,增加解析的兼容代码,TODO: YYModel 废弃后 revert)

陈文艺 hace 5 meses
padre
commit
2938b03e5e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      YYKit.podspec

+ 1 - 1
YYKit.podspec

@@ -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}'