[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 4 / 0 / a / GQSafeTool / 1.0.0 / GQSafeTool.podspec.json
blob3eae685f202637a0e26f21359303fc89d2cb3b8a
2   "name": "GQSafeTool",
3   "version": "1.0.0",
4   "summary": "Solve the problem of array overbounds, string and dictionary values being empty item crash.",
5   "description": "解决数组越界、字符串和字典取值为空项目crash的问题",
6   "homepage": "https://github.com/JustHappy/GQSafeTool",
7   "license": "MIT",
8   "authors": {
9     "JustHappy": "1157485147@qq.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/JustHappy/GQSafeTool.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "Tool",
20     "Tool/*.{h,m}"
21   ]