[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 7 / e / SZPublicPodTest / 0.1.2 / SZPublicPodTest.podspec.json
blobdf659be7631a2e4c26bfae10af8fa036aca4c9bd
2   "name": "SZPublicPodTest",
3   "version": "0.1.2",
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.2"
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/Test{1,2}/*.{h,m}"
28     },
29     {
30       "name": "Test2",
31       "public_header_files": "SZPublicPodTest/Test2/SZTest2.h",
32       "source_files": "SZPublicPodTest/Test2/*.{h,m}"
33     }
34   ]