[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / e / f / 8 / JLKit_Swift / 0.0.17 / JLKit_Swift.podspec.json
blobbcb58086d41be10a8528de775f4d4aee6d78fe35
2   "name": "JLKit_Swift",
3   "version": "0.0.17",
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_version": "4.2",
17   "source": {
18     "git": "https://github.com/jangsy7883/JLKit_Swift.git",
19     "tag": "0.0.17"
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   ]