blob: 5d389391ed59f3f3a9ed8fdf40ee87ff6cd1ee22 [file] [log] [blame]
{
"name": "SafeCollections",
"version": "0.0.2",
"summary": "Safe access to UICollection classes.",
"description": "Nil- and outofbounds-safe access to UICollection classes",
"homepage": "https://github.com/cotkjaer/SafeCollections",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christian Otkjær": "christian.otkjaer@silverback-it.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/cotkjaer/SafeCollections.git",
"tag": "0.0.2"
},
"source_files": "*.{h,m}",
"requires_arc": false
}