[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / e / f / 8 / JLKit_Swift / 0.0.30 / JLKit_Swift.podspec.json
blob0dc66f3e18bc5a08cc25baaeed2a3683c8e932b2
2   "name": "JLKit_Swift",
3   "version": "0.0.30",
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.30"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "swift_versions": "5.0",
21   "default_subspecs": "Core",
22   "pod_target_xcconfig": {
23     "APPLICATION_EXTENSION_API_ONLY": "NO"
24   },
25   "swift_version": "5.0",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": [
30         "JLKit/Extensions/Foundation/",
31         "JLKit/Extensions/UIKit/",
32         "JLKit/Protocols/"
33       ]
34     },
35     {
36       "name": "Objcs",
37       "source_files": [
38         "JLKit/Objcs/",
39         "JLKit/Objcs/Foundation/",
40         "JLKit/Objcs/UIKit/"
41       ],
42       "dependencies": {
43         "JLKit_Swift/Core": [
45         ]
46       }
47     }
48   ]