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