[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / a / e / b / ZHSafeTool / 1.1.1 / ZHSafeTool.podspec.json
blob2baa3d3ccd8dd6073dcaa712f70a69d675b9d968
2   "name": "ZHSafeTool",
3   "version": "1.1.1",
4   "summary": "不用写一行代码,就能降低很多崩溃率",
5   "description": "不用写一行代码,就能降低很多崩溃率,崩溃率可以降到万分之二以下。",
6   "homepage": "https://github.com/ZackHyz/ZHSafeTool.git",
7   "license": "MIT",
8   "authors": {
9     "ZackHyz": "b.angel.huang@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/ZackHyz/ZHSafeTool.git",
16     "tag": "1.1.1"
17   },
18   "source_files": "ZHSafeTool/*.{h,m}",
19   "requires_arc": [
20     "ZHSafeTool/NSAttributedString+Exception.m",
21     "ZHSafeTool/NSMutableAttributedString+Exception.m",
22     "ZHSafeTool/NSMutableString+Exception.m",
23     "ZHSafeTool/NSObject+Exception.m",
24     "ZHSafeTool/NSObject+Swizzling.m",
25     "ZHSafeTool/NSString+Exception.m",
26     "ZHSafeTool/UICollectionView+Exception.m",
27     "ZHSafeTool/UITableView+Exception.m",
28     "ZHSafeTool/UIView+Exception.m",
29     "ZHSafeTool/UIWebView+Exception.m"
30   ]