[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 1 / c / 6 / DRYResponder / 1.1.0 / DRYResponder.podspec.json
blob614f594b3b6def1c2e1077972668e5e2ba6e6c03
2   "name": "DRYResponder",
3   "version": "1.1.0",
4   "summary": "iOS Implementation of Responder/CallHandle.",
5   "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",
6   "homepage": "https://github.com/appfoundry/DRYResponder",
7   "requires_arc": true,
8   "license": "MIT",
9   "authors": {
10     "Alex Manarpies": "alex.manarpies@ida-mediafoundry.be",
11     "Mike Seghers": "michael.seghers@ida-mediafoundry.be"
12   },
13   "platforms": {
14     "ios": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/appfoundry/DRYResponder.git",
18     "tag": "1.1.0"
19   },
20   "source_files": [
21     "DRYResponder/Classes",
22     "DRYResponder/Classes/**/*.{h,m}"
23   ]