[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 7 / e / SZPublicPodTest / 0.2.4 / SZPublicPodTest.podspec.json
blob5c9c7ef4004e6c0589ed77da70ac20754f5f21ba
2   "name": "SZPublicPodTest",
3   "version": "0.2.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.2.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       "resources": "SZPublicPodTest/Assets/SZPublicPodTest1.bundle"
34     },
35     {
36       "name": "Test2",
37       "public_header_files": "SZPublicPodTest/Test2/SZTest2.h",
38       "source_files": "SZPublicPodTest/Test2/*.{h,m}",
39       "resources": "SZPublicPodTest/Assets/SZPublicPodTest2.bundle"
40     }
41   ]