[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 1 / 0 / KJBaseHandler / 0.0.2 / KJBaseHandler.podspec.json
blobc635e1ec6afa0083ce336aa579732a86c359d3d8
2   "name": "KJBaseHandler",
3   "version": "0.0.2",
4   "summary": "77 KJBaseHandler",
5   "homepage": "https://github.com/yangKJ/KJBaseHandler",
6   "license": "Copyright (c) 2020 yangkejun",
7   "authors": {
8     "77": "393103982@qq.com"
9   },
10   "platforms": {
11     "ios": null
12   },
13   "source": {
14     "git": "https://github.com/yangKJ/KJBaseHandler.git",
15     "tag": "0.0.2"
16   },
17   "social_media_url": "https://www.jianshu.com/u/c84c00476ab6",
18   "requires_arc": true,
19   "default_subspecs": "Base",
20   "ios": {
21     "source_files": "KJBaseHandler/KJBaseHeader.h"
22   },
23   "resources": "README.md",
24   "dependencies": {
25     "KJExtensionHandler": [
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Base",
32       "source_files": "KJBaseHandler/Base/**/**/*.{h,m}",
33       "frameworks": [
34         "Foundation",
35         "UIKit"
36       ]
37     },
38     {
39       "name": "Tool",
40       "source_files": "KJBaseHandler/Tool/**/*.{h,m}",
41       "public_header_files": [
42         "KJBaseHandler/Tool/*.h",
43         "KJBaseHandler/Tool/**/*.h"
44       ],
45       "dependencies": {
46         "KJBaseHandler/Base": [
48         ]
49       }
50     },
51     {
52       "name": "Router",
53       "source_files": "KJBaseHandler/Router/**/*.{h,m}",
54       "dependencies": {
55         "KJBaseHandler/Base": [
57         ]
58       }
59     }
60   ]