[Add] OWFreddy 1.0.0
[CocoaPods.git] / Specs / 1 / d / 3 / AvoidMTLModelCrash / 1.0.0 / AvoidMTLModelCrash.podspec.json
blob537635c1031105041e2d1e53d11ef79d2fa8f1d9
2   "name": "AvoidMTLModelCrash",
3   "version": "1.0.0",
4   "summary": "Avoid some Mantle crash ",
5   "description": "                   AvoidMTLModelCrash can reduce some crash caused by type mismatch.\n",
6   "homepage": "http://pinka.cn",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Pinka",
12   "requires_arc": true,
13   "source": {
14     "git": "https://github.com/ipinka/AvoidMTLModelCrash.git",
15     "tag": "v1.0.0"
16   },
17   "source_files": "*.{h,m}",
18   "dependencies": {
19     "JRSwizzle": [
20       "~> 1.0"
21     ]
22   }