[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / f / 8 / JLKit_Swift / 0.0.22 / JLKit_Swift.podspec.json
blob01a7b8b7e260585544f07282753efc735c04dce2
2   "name": "JLKit_Swift",
3   "version": "0.0.22",
4   "summary": "JLKit",
5   "homepage": "https://github.com/jangsy7883/JLKit_Swift",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "jangsy": "jangsy7883@gmail.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "swift_versions": "5.0",
17   "source": {
18     "git": "https://github.com/jangsy7883/JLKit_Swift.git",
19     "tag": "0.0.22"
20   },
21   "default_subspecs": "Core",
22   "pod_target_xcconfig": {
23     "APPLICATION_EXTENSION_API_ONLY": "NO"
24   },
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": [
29         "JLKit/Extensions/Foundation/",
30         "JLKit/Extensions/UIKit/",
31         "JLKit/Protocols/"
32       ]
33     },
34     {
35       "name": "Objcs",
36       "source_files": [
37         "JLKit/Objcs/",
38         "JLKit/Objcs/Foundation/",
39         "JLKit/Objcs/UIKit/"
40       ],
41       "dependencies": {
42         "JLKit_Swift/Core": [
44         ]
45       }
46     }
47   ]