[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 6 / 3 / f / YLCommonKit / 0.1.3 / YLCommonKit.podspec.json
blob6bb14389504e1020e398745c5b1c64ca607bbadf
2   "name": "YLCommonKit",
3   "version": "0.1.3",
4   "summary": "我的基础库",
5   "description": "简单整理常用的分类",
6   "homepage": "https://github.com/xyl-private/YLCommonKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "村雨灬龑": "xyl_private@163.com"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "source": {
18     "git": "https://github.com/xyl-private/YLCommonKit.git",
19     "tag": "0.1.3"
20   },
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "source_files": "YLCommonKit/YLCategory/*.{h,m}",
26   "public_header_files": "YLCommonKit/YLCategory/*.h",
27   "subspecs": [
28     {
29       "name": "Macro",
30       "source_files": "YLCommonKit/YLCategory/Macro/*.{h,m}",
31       "public_header_files": "YLCommonKit/YLCategory/Macro/*.h"
32     },
33     {
34       "name": "Foundation",
35       "source_files": "YLCommonKit/YLCategory/Foundation/*.{h,m}",
36       "public_header_files": "YLCommonKit/YLCategory/Foundation/*.h"
37     },
38     {
39       "name": "UIKit",
40       "source_files": "YLCommonKit/YLCategory/UIKit/*.{h,m}",
41       "public_header_files": "YLCommonKit/YLCategory/UIKit/*.h"
42     }
43   ]