blob: 43d83927f00b81b8ca409a42f3f9bffaadb9b811 [file] [log] [blame]
{
"name": "FFSafeKit",
"version": "0.5.0",
"summary": "Using NSArray, NSMutableArray, NSDictionary, NSMutableDictionary, NSMutableString safely.",
"description": "Now using NSArray, NSMutableArray, NSDictionary, NSMutableDictionary, NSMutableString as usual, and will never throw exception.",
"homepage": "https://github.com/JonyFang/FFSafeKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JonyFang": "jony.chunfang@gmail.com"
},
"social_media_url": "https://www.jonyfang.com",
"requires_arc": true,
"frameworks": "Foundation",
"platforms": {
"ios": "8.0"
},
"source_files": "FFSafeKit/**/*.{h,m}",
"public_header_files": "FFSafeKit/**/*.{h}",
"source": {
"git": "https://github.com/JonyFang/FFSafeKit.git",
"tag": "0.5.0"
}
}