[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / 1 / 7 / 3 / SafeCrash / 1.0.0 / SafeCrash.podspec.json
blob7dfa1436c07b0cd533b4f6d0e686ddb36ef35cd8
2   "name": "SafeCrash",
3   "version": "1.0.0",
4   "summary": "避免 字典为nil,数组越界导致的crash",
5   "homepage": "https://github.com/RtzX/SafeCrash",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "RtZX": "993006816@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/RtzX/SafeCrash.git",
15     "tag": "1.0.0"
16   },
17   "source_files": [
18     "SafeCrash",
19     "SafeCrash/SafeCrash/Safe/**/*.{h,m}"
20   ],
21   "platforms": {
22     "ios": "8.0"
23   }