[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 0 / 9 / f / XKExtensions / 1.0.8 / XKExtensions.podspec.json
blobf3ed1b306aeb4f3743f3c77b8277cb45673285b9
2   "name": "XKExtensions",
3   "version": "1.0.8",
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.8"
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     {
44       "name": "Constants",
45       "source_files": "XKExtensions/Classes/Constants/**/*"
46     }
47   ]