[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / b / 2 / SICrashGuard / 0.1.0 / SICrashGuard.podspec.json
blob078483d321f58934791b0dcb90bebec1273e5da5
2   "name": "SICrashGuard",
3   "version": "0.1.0",
4   "summary": "Runtime SICrashGuard.",
5   "description": "Simple iOS Runtime Guard System",
6   "homepage": "https://github.com/silence0201/SICrashGuard",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Silence",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/silence0201/SICrashGuard.git",
17     "tag": "0.1.0"
18   },
19   "source_files": [
20     "SICrashGuard",
21     "SICrashGuard/**/*.{h,m,mm}"
22   ],
23   "public_header_files": "SICrashGuard/Manager/*.h",
24   "requires_arc": [
25     "SICrashGuard/CallStack/*.m",
26     "SICrashGuard/Containers/*.m",
27     "SICrashGuard/DynamicClass/*.m",
28     "SICrashGuard/KVO/*.m",
29     "SICrashGuard/Notification/*.m",
30     "SICrashGuard/Manager/*.m",
31     "SICrashGuard/NSNull/*.m",
32     "SICrashGuard/NSTimer/*.m",
33     "SICrashGuard/Record/*.m",
34     "SICrashGuard/Swizzle/*.m",
35     "SICrashGuard/NSTimer/*.m",
36     "SICrashGuard/UI/*.m",
37     "SICrashGuard/Unrecoginzed/*.m",
38     "SICrashGuard/WildPointer/SIWildPointert.m"
39   ]