blob: 74912cfa282963ec18eff0e27bab372e524123bf [file] [log] [blame]
{
"name": "AIDefer",
"version": "1.0",
"summary": "A defer statement for Objective-C, similar to Go's defer.",
"homepage": "https://github.com/aleph7/AIDefer",
"authors": {
"Alejandro Isaza": "al@isaza.ca"
},
"source": {
"git": "https://github.com/aleph7/AIDefer.git",
"tag": "1.0"
},
"source_files": "AIDefer.*",
"license": "MIT",
"platforms": {
"ios": "5.0"
},
"requires_arc": true
}