[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 3 / 1 / 6 / SZDaily / 0.0.3 / SZDaily.podspec.json
blobef29e3dc347739d634ae657c987bcbdbcfc5e970
2   "name": "SZDaily",
3   "version": "0.0.3",
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.3"
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": "Macro",
44       "source_files": "SZDaily/Macro/*.h"
45     }
46   ]