blob: f587f6f5407f899cf4c0cdb94c33042b4d91adf7 [file] [log] [blame]
{
"name": "VscSafe",
"platforms": {
"ios": "7.0"
},
"version": "1.0.7",
"summary": "规避使用常见系统API时产生的崩溃",
"description": "对数组越界,字典nil值等进行了方法交换,保证app运行的安全",
"homepage": "https://github.com/vcsatanial/VscSafe",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"VincentSatanial": "116359398@qq.com"
},
"source": {
"git": "https://github.com/vcsatanial/VscSafe.git",
"tag": "1.0.7"
},
"source_files": "VscSafe/*.{h,m}",
"requires_arc": true
}