[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 7 / e / SZPublicPodTest / 0.1.5 / SZPublicPodTest.podspec.json
blob7b07a523cbbc317fddaddd89cfa81a2e92fbcdce
2   "name": "SZPublicPodTest",
3   "version": "0.1.5",
4   "summary": "what the fuck.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/jiuaim/SZPublicPodTest",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jiuaim": "jiuaim@163.com"
13   },
14   "source": {
15     "git": "https://github.com/jiuaim/SZPublicPodTest.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SZPublicPodTest/SZTest.h",
22   "public_header_files": "SZPublicPodTest/SZTest.h",
23   "resource_bundles": {
24     "SZPublicPodTest1": [
25       "SZPublicPodTest/Assets/Test1/*"
26     ],
27     "SZPublicPodTest2": [
28       "SZPublicPodTest/Assets/Test2/*"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "Test1",
34       "public_header_files": "SZPublicPodTest/Test1/SZTest1.h",
35       "source_files": "SZPublicPodTest/Test1/*.{h,m}",
36       "dependencies": {
37         "SZPublicPodTest/Test2": [
39         ]
40       },
41       "resource_bundles": {
42         "SZPublicPodTest1": [
43           "SZPublicPodTest/Assets/Test1/*"
44         ]
45       }
46     },
47     {
48       "name": "Test2",
49       "public_header_files": "SZPublicPodTest/Test2/SZTest2.h",
50       "source_files": "SZPublicPodTest/Test2/*.{h,m}",
51       "resource_bundles": {
52         "SZPublicPodTest2": [
53           "SZPublicPodTest/Assets/Test2/*"
54         ]
55       }
56     }
57   ]