blob: 635681a15756a1dece8a7fd701588dc8582e27bf [file] [log] [blame]
{
"name": "OCSafeMethod",
"version": "1.0.0",
"summary": "Safe methods of NSDictionary and NSArray",
"description": "* get string or number immediate from NSDictionary and NSArray\n* No warry about crashs caused by type error.",
"platforms": {
"ios": "6.0"
},
"homepage": "https://github.com/NianJi/OCSafeMethod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"念纪": "fengnianji@gmail.com"
},
"source": {
"git": "https://github.com/NianJi/OCSafeMethod.git",
"tag": "1.0.0"
},
"source_files": "OCSafeMethod/**/*.{h,m}",
"requires_arc": true,
"frameworks": "Foundation"
}