[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / f / 6 / ZYFoundation / 1.0.0 / ZYFoundation.podspec.json
blob0fe58c3eae9a7a06350af856e2f45d735981c4fb
2   "name": "ZYFoundation",
3   "version": "1.0.0",
4   "summary": "A short description of ZYFoundation.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/yuanhub/ZYFoundation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yuanhub": "302836733@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/yuanhub/ZYFoundation.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "dependencies": {
22     "FMDB": [
24     ],
25     "CocoaAsyncSocket": [
27     ],
28     "AFNetworking": [
30     ],
31     "ZipArchive": [
33     ]
34   },
35   "public_header_files": "ZYFoundation/ZYFoundation.h",
36   "source_files": "ZYFoundation/ZYFoundation.h",
37   "subspecs": [
38     {
39       "name": "Module",
40       "public_header_files": [
41         "ZYFoundation/Module/**/*.h",
42         "ZYFoundation/ZYPublicDefine.h"
43       ],
44       "source_files": [
45         "ZYFoundation/Module/**/*.{h,m}",
46         "ZYFoundation/ZYPublicDefine.h"
47       ],
48       "requires_arc": true
49     },
50     {
51       "name": "ObjSafe",
52       "public_header_files": "ZYFoundation/NoArc/ObjSafe/*.h",
53       "source_files": "ZYFoundation/NoArc/ObjSafe/*.{h,m}",
54       "requires_arc": false
55     }
56   ]