[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 0 / 5 / 9 / KcDebugSwift / 0.1.0 / KcDebugSwift.podspec.json
blobc2f6732f02ce42774c3402777b8d20c87d1eb56b
2   "name": "KcDebugSwift",
3   "version": "0.1.0",
4   "summary": "A short description of KcDebugSwift.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/zhangjie579",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "张杰": "527512749@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/zhangjie579/KcDebugSwift.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": "5.0",
22   "subspecs": [
23     {
24       "name": "FindProperty",
25       "source_files": "KcDebugSwift/Classes/FindProperty/**/*",
26       "dependencies": {
27         "KcDebugSwift/Tool": [
29         ]
30       },
31       "frameworks": "UIKit"
32     },
33     {
34       "name": "CircularReference",
35       "source_files": "KcDebugSwift/Classes/CircularReference/**/*",
36       "dependencies": {
37         "KcDebugSwift/FindProperty": [
39         ],
40         "KcDebugSwift/Tool": [
42         ],
43         "KcDebugSwift/Associations": [
45         ]
46       },
47       "frameworks": "UIKit"
48     },
49     {
50       "name": "Tool",
51       "source_files": "KcDebugSwift/Classes/Tool/**/*",
52       "frameworks": "UIKit"
53     },
54     {
55       "name": "Associations",
56       "source_files": "KcDebugSwift/Classes/Associations/**/*",
57       "dependencies": {
58         "fishhook": [
60         ]
61       },
62       "requires_arc": false
63     }
64   ],
65   "swift_version": "5.0"