2 "name": "XTSafeCollection",
4 "summary": "An elegant solution to common crashes of NSArray, NSMutableArray and NSMutableDictionary.",
5 "description": " In Cocoa development, we often meet crashes like the follow:\n 1. `[NSArray objectAtIndex:]` when index exceeds array bounds.\n 2. `[NSMutableArray addObject]` when we attempt to add an nil Object.\n ...\n\n XTSafeCollection provide a way to avoid these crashes. Just add the `XTSafeCollection.h`, `XTSafeCollection.m` to you project,\n You event don't need to modify you codes, call the methods as what they are.\n\n More:https://github.com/wuwen1030/XTSafeCollection.\n\n",
6 "homepage": "https://github.com/wuwen1030/XTSafeCollection",
11 "wuwen": "wuwen.xb@alibaba-inc.com"
17 "git": "https://github.com/wuwen1030/XTSafeCollection.git",
20 "source_files": "XTSafeCollection/XTSafeCollection/*.{h,m}",