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