[Add] HandyStorage 1.0.3
[CocoaPods.git] / Specs / 3 / 1 / 6 / SZDaily / 0.0.4 / SZDaily.podspec.json
blobbcbd9213d62381346dfa50d6dfcae944c1799758
2   "name": "SZDaily",
3   "version": "0.0.4",
4   "summary": "Daily knowledge record.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/jiuaim/SZDaily",
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/SZDaily.git",
16     "tag": "0.0.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SZDaily/SZHeader.h",
22   "public_header_files": "SZDaily/SZHeader.h",
23   "subspecs": [
24     {
25       "name": "Forbidden",
26       "public_header_files": "SZDaily/Forbidden/*.h",
27       "source_files": "SZDaily/Forbidden/*.{h,m}",
28       "dependencies": {
29         "Aspects": [
31         ],
32         "SZDaily/Macro": [
34         ]
35       }
36     },
37     {
38       "name": "Preview",
39       "public_header_files": "SZDaily/Preview/*.h",
40       "source_files": "SZDaily/Preview/*.{h,m}"
41     },
42     {
43       "name": "Category",
44       "public_header_files": "SZDaily/Category/*.h",
45       "source_files": "SZDaily/Category/*.{h,m}"
46     },
47     {
48       "name": "Macro",
49       "source_files": "SZDaily/Macro/*.h"
50     }
51   ]