{ | |
"name": "BKSafeKit", | |
"summary": "A Collection of safe NSObject", | |
"version": "0.0.4", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"BestKai": "bestkai9009@gmail.com" | |
}, | |
"homepage": "https://github.com/BestKai/BKSafeKit", | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"source": { | |
"git": "https://github.com/BestKai/BKSafeKit.git", | |
"tag": "0.0.4" | |
}, | |
"requires_arc": true, | |
"source_files": "BKSafeKit/**/*.{h,m}", | |
"public_header_files": "BKSafeKit/**/*.{h}", | |
"frameworks": "Foundation" | |
} |