[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 9 / f / XKExtensions / 1.0.3 / XKExtensions.podspec.json
blob2befd4eea99981ffc4b60608661f379bc756564f
2   "name": "XKExtensions",
3   "version": "1.0.3",
4   "summary": "Swift项目常用Extension",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "hhttps://github.com/kunhum/XKExtensions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kenneth": "kunhum@163.com"
13   },
14   "source": {
15     "git": "https://github.com/kunhum/XKExtensions.git",
16     "tag": "1.0.3"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "subspecs": [
22     {
23       "name": "Common",
24       "dependencies": {
25         "SwifterSwift": [
27         ]
28       },
29       "source_files": "XKExtensions/Classes/Common/**/*"
30     },
31     {
32       "name": "RxSwift",
33       "dependencies": {
34         "RxSwift": [
36         ],
37         "RxCocoa": [
39         ]
40       },
41       "source_files": "XKExtensions/Classes/RxSwift/**/*"
42     }
43   ]