blob: 65e83b1d93a8698be71b665ef9989f9f9972078b [file] [log] [blame]
{
"name": "XTSafeCollection",
"version": "1.0.5",
"summary": "An elegant solution to common crashes of NSArray, NSMutableArray and NSMutableDictionary.",
"description": "In Cocoa development, we often meet crashes like the follow:\n1. `[NSArray objectAtIndex:]` when index exceeds array bounds.\n2. `[NSMutableArray addObject]` when we attempt to add an nil Object.\n...\n\nXTSafeCollection provide a way to avoid these crashes. Just add the `XTSafeCollection.h`, `XTSafeCollection.m` to you project,\nYou event don't need to modify you codes, call the methods as what they are.\n\nMore: https://github.com/wuwen1030/XTSafeCollection.",
"homepage": "https://github.com/wuwen1030/XTSafeCollection",
"license": {
"type": "MIT"
},
"authors": {
"wuwen": "wuwen.xb@alibaba-inc.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/wuwen1030/XTSafeCollection.git",
"tag": "1.0.5"
},
"source_files": "XTSafeCollection/XTSafeCollection/*.{h,m}",
"requires_arc": false
}