[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / e / 0 / QZCache / 1.0.0 / QZCache.podspec.json
blob7d80ccc4e1c40a594c5983b9aebdcf634b601181
2   "name": "QZCache",
3   "version": "1.0.0",
4   "summary": "A short description of QZCache SDK for iOS.",
5   "description": "TopOn SDK for developer",
6   "homepage": "https://github.com/huqinzhi/QZCache",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hqz": "576188937@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/huqinzhi/QZCache.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "SystemConfiguration",
24     "Foundation"
25   ],
26   "user_target_xcconfig": {
27     "OTHER_LDFLAGS": [
28       "-lObjC"
29     ]
30   },
31   "libraries": [
32     "c++",
33     "z"
34   ],
35   "default_subspecs": "QZCache",
36   "subspecs": [
37     {
38       "name": "QZCache",
39       "platforms": {
40         "ios": "8.0"
41       },
42       "source_files": [
43         "QZCache/QZCacheGroup/GN*.h",
44         "QZCache/QZCacheGroup/GN*.m",
45         "QZCache/QZCacheGroup/QZ*.h",
46         "QZCache/QZCacheGroup/QZ*.m"
47       ]
48     }
49   ]