[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / c / 6 / DRYResponder / 1.2.0 / DRYResponder.podspec.json
blobe73fc5632fc02b61cc4e31212da66f5bd321b280
2   "name": "DRYResponder",
3   "version": "1.2.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   "social_media_url": "https://twitter.com/appfoundrybe",
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/appfoundry/DRYResponder.git",
19     "tag": "1.2.0"
20   },
21   "source_files": [
22     "DRYResponder/Classes",
23     "DRYResponder/Classes/**/*.{h,m}"
24   ]