[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / 6 / f / a / JLKit / 0.2.67 / JLKit.podspec.json
blob728da5f6916b097476c38c5dd49dd22c5216cf76
2   "name": "JLKit",
3   "version": "0.2.67",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "JLKit",
9   "homepage": "https://github.com/jangsy7883/JLKit",
10   "authors": {
11     "hmhv": "jangsy7883@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/jangsy7883/JLKit.git",
15     "tag": "0.2.67"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "dependencies": {
26         "JLKit/Additions": [
28         ],
29         "JLKit/StatusBarStyle": [
31         ]
32       }
33     },
34     {
35       "name": "Additions",
36       "source_files": [
37         "JLKit/JLKit.h",
38         "JLKit/Additions/Foundation/*.{h,m}",
39         "JLKit/Additions/UIKit/*.{h,m}"
40       ]
41     },
42     {
43       "name": "StatusBarStyle",
44       "source_files": "JLKit/Additions/StatusBarStyle/*.{h,m}"
45     }
46   ]