blob: 1f27223ebecde3749334699216f522dbfb1eea07 [file] [log] [blame]
{
"name": "BlockParty",
"version": "1.0.0",
"summary": "Lego of the delegate pattern. Blocks FTW!.",
"description": "\t\t\tTie together the logic for an operation and associated callback(s). Want to keep the logic of a navigation controller push and what should happen before and/or after together in the same spot, instead of spread across methods? Now you can!\n",
"homepage": "https://github.com/sixstringtheory/block-party",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew McKnight": "amcknight2718@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/sixstringtheory/block-party.git",
"tag": "1.0.0"
},
"source_files": "BlockParty/**/*.{h,m}",
"requires_arc": true
}