[Add] VIDVLiveness 3.0.4
[CocoaPods.git] / Specs / 9 / 4 / 6 / XZURLQuery / 1.0.0 / XZURLQuery.podspec.json
blob7bebc478b15655ba07403a80a385cb384a3e75ec
2   "name": "XZURLQuery",
3   "version": "1.0.0",
4   "summary": "专门处理 url 的 query 的库",
5   "description": "XZURLQuery 让 url 的 query 处理像字典一样简单。",
6   "homepage": "https://github.com/Xezun/XZURLQuery",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Xezun": "developer@xezun.com"
13   },
14   "source": {
15     "git": "https://github.com/Xezun/XZURLQuery.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "pod_target_xcconfig": {
22     "GCC_PREPROCESSOR_DEFINITIONS": "XZ_FRAMEWORK=1"
23   },
24   "subspecs": [
25     {
26       "name": "Code",
27       "source_files": "XZURLQuery/Code/**/*.{h,m}"
28     }
29   ]