[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / c / 5 / NSArray+SafeAccess / 0.0.1 / NSArray+SafeAccess.podspec.json
blobfe4df05ba95a48382ab55f5e9515b7ce48348e75
2   "name": "NSArray+SafeAccess",
3   "version": "0.0.1",
4   "summary": "NSArray category for avoiding NSRangeException",
5   "description": "                   When accessing an item from a NSArray object with an index out of the bounds of the NSArray, nil is returned instead of throwing a NSRangeException.\n",
6   "homepage": "https://github.com/apploft/NSArray-SafeAccess",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Michael Kamphausen": "michael.kamphausen@apploft.de"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source": {
18     "git": "https://github.com/apploft/NSArray-SafeAccess.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "requires_arc": true