[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / a / 2 / LongCrash / 1.0.0 / LongCrash.podspec.json
blobde9f039ed57323e181c79c0b41292e9afc1f6bfa
2   "name": "LongCrash",
3   "version": "1.0.0",
4   "license": {
5     "type": "Personal",
6     "text": "zilong.li"
7   },
8   "summary": "An Objective-C tool to avoid Crash",
9   "homepage": "https://github.com/lizilong1989/LongCrash",
10   "authors": {
11     "zilong.li": "15131968@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/lizilong1989/LongCrash.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "xcconfig": {
22     "OTHER_LDFLAGS": "-ObjC"
23   },
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "src/**/*.{h,m,mm}",
29       "public_header_files": "src/**/*.{h}"
30     }
31   ]