blob: fe4df05ba95a48382ab55f5e9515b7ce48348e75 [file] [log] [blame]
{
"name": "NSArray+SafeAccess",
"version": "0.0.1",
"summary": "NSArray category for avoiding NSRangeException",
"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",
"homepage": "https://github.com/apploft/NSArray-SafeAccess",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Kamphausen": "michael.kamphausen@apploft.de"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/apploft/NSArray-SafeAccess.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}