[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / d / f / PXCrashguard / 0.1.1 / PXCrashguard.podspec.json
blob80ae2f88a6b3f669f8d98e0e7d7df59c80dce0c6
2   "name": "PXCrashguard",
3   "version": "0.1.1",
4   "summary": "A short description of Crashguard.",
5   "description": "iOS 防崩溃组件库",
6   "homepage": "https://github.com/pianxian/Crashguard",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "pianxian": "935932000@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/pianxian/Crashguard.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "requires_arc": true,
22   "libraries": "c++",
23   "source_files": "Classes/**/*",
24   "private_header_files": "Classes/BaseGuard/CrashGuardGeneralLock.h",
25   "pod_target_xcconfig": {
26     "DEFINES_MODULE": "YES"
27   }