[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 7 / e / SZPublicPodTest / 0.1.6 / SZPublicPodTest.podspec.json
blobf2ef18f2e96ed64497b80dfa2acc60740b607d33
2   "name": "SZPublicPodTest",
3   "version": "0.1.6",
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.6"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SZPublicPodTest/SZTest.h",
22   "public_header_files": "SZPublicPodTest/SZTest.h",
23   "subspecs": [
24     {
25       "name": "Test1",
26       "public_header_files": "SZPublicPodTest/Test1/SZTest1.h",
27       "source_files": "SZPublicPodTest/Test1/*.{h,m}",
28       "dependencies": {
29         "SZPublicPodTest/Test2": [
31         ]
32       },
33       "resource_bundles": {
34         "SZPublicPodTest1": [
35           "SZPublicPodTest/Assets/Test1/*"
36         ]
37       }
38     },
39     {
40       "name": "Test2",
41       "public_header_files": "SZPublicPodTest/Test2/SZTest2.h",
42       "source_files": "SZPublicPodTest/Test2/*.{h,m}",
43       "resource_bundles": {
44         "SZPublicPodTest2": [
45           "SZPublicPodTest/Assets/Test2/*"
46         ]
47       }
48     }
49   ]