[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 7 / e / 5 / QYCrashProtector / 1.0.3 / QYCrashProtector.podspec.json
blobeba067a54edbddad4ae7f2225486ff62f7dda639
2   "name": "QYCrashProtector",
3   "version": "1.0.3",
4   "summary": "app crash protector.",
5   "description": "Can effectively protect the App is not easy to crash.",
6   "homepage": "https://github.com/qiaoyoung/QYCrashProtector",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "joeyoung": "393098486@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/qiaoyoung/QYCrashProtector.git",
16     "tag": "1.0.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "public_header_files": "QYCrashProtector/QYCrashProtector.h",
23   "source_files": "QYCrashProtector/*",
24   "subspecs": [
25     {
26       "name": "QYUtils",
27       "source_files": "QYCrashProtector/QYUtils/*.{h,m}"
28     },
29     {
30       "name": "QYContainer",
31       "source_files": "QYCrashProtector/QYContainer/*.{h,m}",
32       "dependencies": {
33         "QYCrashProtector/QYUtils": [
35         ]
36       }
37     }
38   ]