[Add] LLUnionPaySDK 1.3.8
[CocoaPods.git] / Specs / 7 / 3 / b / JYExtensionKit / 0.1.1 / JYExtensionKit.podspec.json
blob0d899e87d86dca9de3472b8a043ccce64bf8fd93
2   "name": "JYExtensionKit",
3   "version": "0.1.1",
4   "summary": "JYExtensionKit.",
5   "homepage": "https://github.com/YuXilong/JYExtensionKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "JackYu": "305758560@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/YuXilong/JYExtensionKit.git",
15     "tag": "0.1.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "public_header_files": "JYExtensionKit/Classes/**/*.h",
21   "source_files": "JYExtensionKit/Classes/**/*.h",
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "dependencies": {
27         "JYExtensionKit/Common": [
29         ]
30       }
31     },
32     {
33       "name": "Common",
34       "source_files": [
35         "Common",
36         "JYExtensionKit/Classes/Common/**/*"
37       ],
38       "public_header_files": "JYExtensionKit/Classes/Common/**/*.h"
39     }
40   ]