blob: 80fb7ae3961300c8b3906908156ca10d3b3bc35a [file] [log] [blame]
{
"name": "FoundationGuardian",
"version": "0.0.1",
"summary": "A guardian for foundation",
"description": "在项目开发者,很难避免服务端返回的数据格式不对的问题。FoundationGuardian可以帮助你避免foundation框架中一些API因为参数不对引起的崩溃",
"homepage": "https://github.com/Mrshang110/GLFoundationGuardian",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"GaoLin Shang": "shanggl@missfresh.cn"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Mrshang110/GLFoundationGuardian.git",
"tag": "v0.0.1"
},
"source_files": [
"FoundationGuardian",
"FoundationGuardian/**/*.{h,m}"
],
"frameworks": "UIKit"
}