浏览代码

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

陈文艺 5 月之前
父节点
当前提交
2938b03e5e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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}'