[Add] RadarSDKMotion 3.19.7-beta.1
[CocoaPods.git] / Specs / 5 / c / b / YFSwiftKit / 0.5.0 / YFSwiftKit.podspec.json
blobbabcddb308caabd8a34a58cb5cb4b77ddbadd9a2
2   "name": "YFSwiftKit",
3   "version": "0.5.0",
4   "summary": "YFSwiftKit: a collection of useful swift extension",
5   "description": "YFSwiftKit: a collection of useful swift extension.",
6   "homepage": "https://github.com/yonfong/YFSwiftKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yonfong": "yongfongzhang@163.com"
13   },
14   "source": {
15     "git": "https://github.com/yonfong/YFSwiftKit.git",
16     "tag": "0.5.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_versions": "5.0",
22   "default_subspecs": "SwiftKit",
23   "subspecs": [
24     {
25       "name": "SwiftKit",
26       "source_files": "YFSwiftKit/Classes/**/*"
27     },
28     {
29       "name": "Define",
30       "source_files": "YFSwiftKit/Classes/Define/**/*"
31     },
32     {
33       "name": "UIKit",
34       "source_files": "YFSwiftKit/Classes/UIKit/**/*",
35       "subspecs": [
36         {
37           "name": "Color",
38           "source_files": "YFSwiftKit/Classes/UIKit/Color/**/*"
39         },
40         {
41           "name": "CollectionView",
42           "source_files": "YFSwiftKit/Classes/UIKit/CollectionView/**/*"
43         },
44         {
45           "name": "TableView",
46           "source_files": "YFSwiftKit/Classes/UIKit/TableView/**/*"
47         }
48       ]
49     }
50   ],
51   "swift_version": "5.0"