blob: 614f594b3b6def1c2e1077972668e5e2ba6e6c03 [file] [log] [blame]
{
"name": "DRYResponder",
"version": "1.1.0",
"summary": "iOS Implementation of Responder/CallHandle.",
"description": " The iOS implementation of the Responder and CallHandle concepts\n\t\t\t\t described in the remoting architecture presented at AppFoundry\n\t\t\t\t by Mike Seghers & Filip Maelbrancke. (http://parleys.com/play/517a9286e4b0c6dcd9546458)\n",
"homepage": "https://github.com/appfoundry/DRYResponder",
"requires_arc": true,
"license": "MIT",
"authors": {
"Alex Manarpies": "alex.manarpies@ida-mediafoundry.be",
"Mike Seghers": "michael.seghers@ida-mediafoundry.be"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/appfoundry/DRYResponder.git",
"tag": "1.1.0"
},
"source_files": [
"DRYResponder/Classes",
"DRYResponder/Classes/**/*.{h,m}"
]
}