[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / b / c / KYBaseLib / 1.2.1 / KYBaseLib.podspec.json
blob4f02d08e1a1cfd6e18633f0a135a38dee02b48a2
2   "name": "KYBaseLib",
3   "version": "1.2.1",
4   "summary": "A short description of KYBaseLib.",
5   "swift_versions": "5.0",
6   "description": "TODO: Add long description of the pod here.",
7   "homepage": "https://github.com/shmxybfq@163.com/kybase-lib",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "shmxybfq@163.com": "shmxybfq@163.com"
14   },
15   "source": {
16     "git": "https://gitee.com/chengfengkuaiyun/kybase-lib.git",
17     "tag": "1.2.1"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "dependencies": {
23     "Kingfisher": [
25     ],
26     "SnapKit": [
28     ],
29     "MBProgressHUD": [
30       "~> 1.1.0"
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "Extensions",
36       "source_files": "KYBaseLib/Classes/Extensions/*",
37       "dependencies": {
38         "KYBaseLib/SwiftStdlib": [
40         ],
41         "KYBaseLib/UIKit": [
43         ]
44       }
45     },
46     {
47       "name": "CoreGraphics",
48       "source_files": "KYBaseLib/Classes/SwifterSwift/CoreGraphics/*"
49     },
50     {
51       "name": "CoreLocation",
52       "source_files": "KYBaseLib/Classes/SwifterSwift/CoreLocation/*"
53     },
54     {
55       "name": "Dispatch",
56       "source_files": "KYBaseLib/Classes/SwifterSwift/Dispatch/*"
57     },
58     {
59       "name": "Foundation",
60       "source_files": "KYBaseLib/Classes/SwifterSwift/Foundation/*"
61     },
62     {
63       "name": "MapKit",
64       "source_files": "KYBaseLib/Classes/SwifterSwift/MapKit/*"
65     },
66     {
67       "name": "SwiftStdlib",
68       "source_files": "KYBaseLib/Classes/SwifterSwift/SwiftStdlib/**/*"
69     },
70     {
71       "name": "UIKit",
72       "source_files": "KYBaseLib/Classes/SwifterSwift/UIKit/*"
73     }
74   ],
75   "swift_version": "5.0"