| { |
| "name": "TKCrashNilSafe", |
| "version": "1.0", |
| "summary": "防止Crash奔溃问题", |
| "description": "TKCrashNilSafe", |
| "homepage": "https://github.com/RANSAA/TKCrashNilSafe", |
| "license": "MIT", |
| "authors": { |
| "sayaDev": "1352892108@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/RANSAA/TKCrashNilSafe.git", |
| "tag": "v1.0" |
| }, |
| "requires_arc": true, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "TKCrashNilSafe/TKCrashNilSafe.h", |
| "public_header_files": "TKCrashNilSafe/TKCrashNilSafe.h", |
| "subspecs": [ |
| { |
| "name": "NSObject", |
| "source_files": "TKCrashNilSafe/NSObject/NSObject+CrashNilSafe.{h,m}", |
| "public_header_files": "TKCrashNilSafe/NSObject/NSObject+CrashNilSafe.h", |
| "ios": { |
| "frameworks": "Foundation" |
| } |
| }, |
| { |
| "name": "NSArray", |
| "source_files": "TKCrashNilSafe/NSArray/*.{h,m}", |
| "public_header_files": "TKCrashNilSafe/NSArray/*.h", |
| "dependencies": { |
| "TKCrashNilSafe/NSObject": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "NSAttributedString", |
| "source_files": "TKCrashNilSafe/NSAttributedString/*.{h,m}", |
| "public_header_files": "TKCrashNilSafe/NSAttributedString/*.h", |
| "dependencies": { |
| "TKCrashNilSafe/NSObject": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "NSCache", |
| "source_files": "TKCrashNilSafe/NSCache/*.{h,m}", |
| "public_header_files": "TKCrashNilSafe/NSCache/*.h", |
| "dependencies": { |
| "TKCrashNilSafe/NSObject": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "NSData", |
| "source_files": "TKCrashNilSafe/NSData/*.{h,m}", |
| "public_header_files": "TKCrashNilSafe/NSData/*.h", |
| "dependencies": { |
| "TKCrashNilSafe/NSObject": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "NSDictionary", |
| "source_files": "TKCrashNilSafe/NSDictionary/*.{h,m}", |
| "public_header_files": "TKCrashNilSafe/NSDictionary/*.h", |
| "dependencies": { |
| "TKCrashNilSafe/NSObject": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "NSSet", |
| "source_files": "TKCrashNilSafe/NSSet/*.{h,m}", |
| "public_header_files": "TKCrashNilSafe/NSSet/*.h", |
| "dependencies": { |
| "TKCrashNilSafe/NSObject": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "NSString", |
| "source_files": "TKCrashNilSafe/NSString/*.{h,m}", |
| "public_header_files": "TKCrashNilSafe/NSString/*.h", |
| "dependencies": { |
| "TKCrashNilSafe/NSObject": [ |
| |
| ] |
| } |
| } |
| ] |
| } |