[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / d / 3 / 2 / YDPreventCrash / 0.2.2 / YDPreventCrash.podspec.json
blob92ebefd0502029a31e3dc2c871829fbb0a093bb2
2   "name": "YDPreventCrash",
3   "version": "0.2.2",
4   "summary": "防崩溃、性能检测等",
5   "homepage": "https://github.com/chong2vv/YDPreventCrash",
6   "license": "MIT",
7   "authors": {
8     "王远东": "chong2vv@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/chong2vv/YDPreventCrash.git",
12     "tag": "0.2.2"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source_files": "YDPreventCrash/Classes/**/*",
18   "static_framework": true,
19   "requires_arc": true,
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "dependencies": {
25     "YDSafeThread": [
26       "~> 0.1.0"
27     ]
28   }