[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / f / 0 / XTSafeCollection / 1.0.5 / XTSafeCollection.podspec.json
blob65e83b1d93a8698be71b665ef9989f9f9972078b
2   "name": "XTSafeCollection",
3   "version": "1.0.5",
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:\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.",
6   "homepage": "https://github.com/wuwen1030/XTSafeCollection",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "wuwen": "wuwen.xb@alibaba-inc.com"
12   },
13   "platforms": {
14     "ios": null
15   },
16   "source": {
17     "git": "https://github.com/wuwen1030/XTSafeCollection.git",
18     "tag": "1.0.5"
19   },
20   "source_files": "XTSafeCollection/XTSafeCollection/*.{h,m}",
21   "requires_arc": false