[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 0 / 9 / b / TKCrashNilSafe / 1.1 / TKCrashNilSafe.podspec.json
blobdc82d9f9926a117ed88d20d1e0c169b3112e418d
2   "name": "TKCrashNilSafe",
3   "version": "1.1",
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.1"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9"
19   },
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "TKCrashNilSafe/Core/*.{h,m}",
24       "public_header_files": "TKCrashNilSafe/Core/*.h",
25       "ios": {
26         "frameworks": "Foundation"
27       }
28     },
29     {
30       "name": "KVC",
31       "source_files": "TKCrashNilSafe/KVC/*.{h,m}",
32       "public_header_files": "TKCrashNilSafe/KVC/*.h",
33       "dependencies": {
34         "TKCrashNilSafe/Core": [
36         ]
37       }
38     },
39     {
40       "name": "KVO",
41       "source_files": "TKCrashNilSafe/KVO/*.{h,m}",
42       "public_header_files": "TKCrashNilSafe/KVO/*.h",
43       "dependencies": {
44         "TKCrashNilSafe/Core": [
46         ]
47       }
48     },
49     {
50       "name": "NSArray",
51       "source_files": "TKCrashNilSafe/NSArray/*.{h,m}",
52       "public_header_files": "TKCrashNilSafe/NSArray/*.h",
53       "dependencies": {
54         "TKCrashNilSafe/Core": [
56         ]
57       }
58     },
59     {
60       "name": "NSAttributedString",
61       "source_files": "TKCrashNilSafe/NSAttributedString/*.{h,m}",
62       "public_header_files": "TKCrashNilSafe/NSAttributedString/*.h",
63       "dependencies": {
64         "TKCrashNilSafe/Core": [
66         ]
67       }
68     },
69     {
70       "name": "NSCache",
71       "source_files": "TKCrashNilSafe/NSCache/*.{h,m}",
72       "public_header_files": "TKCrashNilSafe/NSCache/*.h",
73       "dependencies": {
74         "TKCrashNilSafe/Core": [
76         ]
77       }
78     },
79     {
80       "name": "NSData",
81       "source_files": "TKCrashNilSafe/NSData/*.{h,m}",
82       "public_header_files": "TKCrashNilSafe/NSData/*.h",
83       "dependencies": {
84         "TKCrashNilSafe/Core": [
86         ]
87       }
88     },
89     {
90       "name": "NSDictionary",
91       "source_files": "TKCrashNilSafe/NSDictionary/*.{h,m}",
92       "public_header_files": "TKCrashNilSafe/NSDictionary/*.h",
93       "dependencies": {
94         "TKCrashNilSafe/Core": [
96         ]
97       }
98     },
99     {
100       "name": "NSJSONSerialization",
101       "source_files": "TKCrashNilSafe/NSJSONSerialization/*.{h,m}",
102       "public_header_files": "TKCrashNilSafe/NSJSONSerialization/*.h",
103       "dependencies": {
104         "TKCrashNilSafe/Core": [
106         ]
107       }
108     },
109     {
110       "name": "NSSet",
111       "source_files": "TKCrashNilSafe/NSSet/*.{h,m}",
112       "public_header_files": "TKCrashNilSafe/NSSet/*.h",
113       "dependencies": {
114         "TKCrashNilSafe/Core": [
116         ]
117       }
118     },
119     {
120       "name": "NSString",
121       "source_files": "TKCrashNilSafe/NSString/*.{h,m}",
122       "public_header_files": "TKCrashNilSafe/NSString/*.h",
123       "dependencies": {
124         "TKCrashNilSafe/Core": [
126         ]
127       }
128     },
129     {
130       "name": "Selector",
131       "source_files": "TKCrashNilSafe/Selector/*.{h,m}",
132       "public_header_files": "TKCrashNilSafe/Selector/*.h",
133       "dependencies": {
134         "TKCrashNilSafe/Core": [
136         ]
137       }
138     }
139   ]