[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 2 / 1 / KJExtensionHandler / 0.0.2 / KJExtensionHandler.podspec.json
blobeb7b92287eb13c98fe01274e48de6000a5f2f3ef
2   "name": "KJExtensionHandler",
3   "version": "0.0.2",
4   "summary": "77 ExtensionHandler",
5   "homepage": "https://github.com/yangKJ/KJExtensionHandler",
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/KJExtensionHandler.git",
15     "tag": "0.0.2"
16   },
17   "social_media_url": "https://www.jianshu.com/u/c84c00476ab6",
18   "requires_arc": true,
19   "default_subspecs": "Kit",
20   "ios": {
21     "source_files": "KJExtensionHandler/KJExtensionHeader.h"
22   },
23   "resources": "README.md",
24   "deprecated": true,
25   "subspecs": [
26     {
27       "name": "Kit",
28       "source_files": "KJExtensionHandler/Kit/**/*.{h,m}",
29       "public_header_files": [
30         "KJExtensionHandler/Kit/*.h",
31         "KJExtensionHandler/Kit/**/*.h"
32       ],
33       "frameworks": [
34         "Foundation",
35         "UIKit",
36         "Accelerate"
37       ]
38     },
39     {
40       "name": "Foundation",
41       "source_files": "KJExtensionHandler/Foundation/**/*.{h,m}",
42       "public_header_files": [
43         "KJExtensionHandler/Foundation/*.h",
44         "KJExtensionHandler/Foundation/**/*.h"
45       ],
46       "dependencies": {
47         "KJExtensionHandler/Kit": [
49         ]
50       }
51     },
52     {
53       "name": "Exception",
54       "source_files": "KJExtensionHandler/Exception/**/*.{h,m}",
55       "public_header_files": [
56         "KJExtensionHandler/Exception/*.h",
57         "KJExtensionHandler/Exception/**/*.h"
58       ],
59       "dependencies": {
60         "KJExtensionHandler/Kit": [
62         ]
63       }
64     }
65   ]