[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / f / 8 / JLKit_Swift / 0.0.36 / JLKit_Swift.podspec.json
blob53428f33991d1c29284a875b9d18fecdd2b2010c
2   "name": "JLKit_Swift",
3   "version": "0.0.36",
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   "source": {
14     "git": "https://github.com/jangsy7883/JLKit_Swift.git",
15     "tag": "0.0.36"
16   },
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "9.0",
20     "watchos": "5.3"
21   },
22   "default_subspecs": "Core",
23   "pod_target_xcconfig": {
24     "APPLICATION_EXTENSION_API_ONLY": "NO"
25   },
26   "swift_version": "5.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": [
31         "JLKit/Extensions/Foundation/",
32         "JLKit/Extensions/UIKit/",
33         "JLKit/Protocols/"
34       ]
35     },
36     {
37       "name": "Objcs",
38       "source_files": [
39         "JLKit/Objcs/",
40         "JLKit/Objcs/Foundation/",
41         "JLKit/Objcs/UIKit/"
42       ],
43       "dependencies": {
44         "JLKit_Swift/Core": [
46         ]
47       }
48     }
49   ]