[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 7 / e / SZPublicPodTest / 0.1.4 / SZPublicPodTest.podspec.json
blobf59c467f69ee91dbd1675099bd326eeecf668a91
2   "name": "SZPublicPodTest",
3   "version": "0.1.4",
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.4"
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     },
34     {
35       "name": "Test2",
36       "public_header_files": "SZPublicPodTest/Test2/SZTest2.h",
37       "source_files": "SZPublicPodTest/Test2/*.{h,m}"
38     }
39   ]