[Add] TradeInFatFramework 1.7.103
[CocoaPods.git] / Specs / d / 3 / 2 / YDPreventCrash / 0.2.0 / YDPreventCrash.podspec.json
blobc4cfcb88781dbe11e445acaf93ecdd13015ecc0c
2   "name": "YDPreventCrash",
3   "version": "0.2.0",
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.0"
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   }