blob: 017de7efb77f2bcb3060c45921a429dc5ee472e1 [file] [log] [blame]
{
"name": "BKSafeKit",
"summary": "A Collection of safe NSObject",
"version": "0.0.5",
"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.5"
},
"requires_arc": true,
"source_files": "BKSafeKit/**/*.{h,m}",
"public_header_files": "BKSafeKit/**/*.{h}",
"frameworks": "Foundation"
}