blob: 537635c1031105041e2d1e53d11ef79d2fa8f1d9 [file] [log] [blame]
{
"name": "AvoidMTLModelCrash",
"version": "1.0.0",
"summary": "Avoid some Mantle crash ",
"description": " AvoidMTLModelCrash can reduce some crash caused by type mismatch.\n",
"homepage": "http://pinka.cn",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Pinka",
"requires_arc": true,
"source": {
"git": "https://github.com/ipinka/AvoidMTLModelCrash.git",
"tag": "v1.0.0"
},
"source_files": "*.{h,m}",
"dependencies": {
"JRSwizzle": [
"~> 1.0"
]
}
}