[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 9 / b / TKCrashNilSafe / 1.0 / TKCrashNilSafe.podspec.json
blob8fca2dc1573042a0c6816e5ab92e07a188465179
2   "name": "TKCrashNilSafe",
3   "version": "1.0",
4   "summary": "防止Crash奔溃问题",
5   "description": "TKCrashNilSafe",
6   "homepage": "https://github.com/RANSAA/TKCrashNilSafe",
7   "license": "MIT",
8   "authors": {
9     "sayaDev": "1352892108@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/RANSAA/TKCrashNilSafe.git",
13     "tag": "v1.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "TKCrashNilSafe/TKCrashNilSafe.h",
20   "public_header_files": "TKCrashNilSafe/TKCrashNilSafe.h",
21   "subspecs": [
22     {
23       "name": "NSObject",
24       "source_files": "TKCrashNilSafe/NSObject/NSObject+CrashNilSafe.{h,m}",
25       "public_header_files": "TKCrashNilSafe/NSObject/NSObject+CrashNilSafe.h",
26       "ios": {
27         "frameworks": "Foundation"
28       }
29     },
30     {
31       "name": "NSArray",
32       "source_files": "TKCrashNilSafe/NSArray/*.{h,m}",
33       "public_header_files": "TKCrashNilSafe/NSArray/*.h",
34       "dependencies": {
35         "TKCrashNilSafe/NSObject": [
37         ]
38       }
39     },
40     {
41       "name": "NSAttributedString",
42       "source_files": "TKCrashNilSafe/NSAttributedString/*.{h,m}",
43       "public_header_files": "TKCrashNilSafe/NSAttributedString/*.h",
44       "dependencies": {
45         "TKCrashNilSafe/NSObject": [
47         ]
48       }
49     },
50     {
51       "name": "NSCache",
52       "source_files": "TKCrashNilSafe/NSCache/*.{h,m}",
53       "public_header_files": "TKCrashNilSafe/NSCache/*.h",
54       "dependencies": {
55         "TKCrashNilSafe/NSObject": [
57         ]
58       }
59     },
60     {
61       "name": "NSData",
62       "source_files": "TKCrashNilSafe/NSData/*.{h,m}",
63       "public_header_files": "TKCrashNilSafe/NSData/*.h",
64       "dependencies": {
65         "TKCrashNilSafe/NSObject": [
67         ]
68       }
69     },
70     {
71       "name": "NSDictionary",
72       "source_files": "TKCrashNilSafe/NSDictionary/*.{h,m}",
73       "public_header_files": "TKCrashNilSafe/NSDictionary/*.h",
74       "dependencies": {
75         "TKCrashNilSafe/NSObject": [
77         ]
78       }
79     },
80     {
81       "name": "NSSet",
82       "source_files": "TKCrashNilSafe/NSSet/*.{h,m}",
83       "public_header_files": "TKCrashNilSafe/NSSet/*.h",
84       "dependencies": {
85         "TKCrashNilSafe/NSObject": [
87         ]
88       }
89     },
90     {
91       "name": "NSString",
92       "source_files": "TKCrashNilSafe/NSString/*.{h,m}",
93       "public_header_files": "TKCrashNilSafe/NSString/*.h",
94       "dependencies": {
95         "TKCrashNilSafe/NSObject": [
97         ]
98       }
99     }
100   ]