blob: 96c1d13a1d168559849f8ab05825c48da8a4bb88 [file] [log] [blame]
{
"name": "FFSafeKit",
"version": "0.1.2",
"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.1.2"
}
}