[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / f / 8 / d / DynuREST / 0.2.0 / DynuREST.podspec.json
blobf6c81e657adaee910f599b9721b8232b2dc2c174
2   "name": "DynuREST",
3   "version": "0.2.0",
4   "summary": "An API wrapper for the Dynu.com IP Update API which attempts to model text responses to HTTP Status Codes.",
5   "description": "Face it... a REST API that responds in only text doesn't feel very modern. DynuREST attempts to translate the text\nresponses from the Dynu.com IP Update API into propery HTTP status codes and meaningful errors.",
6   "homepage": "https://github.com/richardpiazza/DynuREST",
7   "license": "MIT",
8   "authors": {
9     "Richard Piazza": "github@richardpiazza.com"
10   },
11   "social_media_url": "https://twitter.com/richardpiazza",
12   "source": {
13     "git": "https://github.com/richardpiazza/DynuREST.git",
14     "tag": "0.2.0"
15   },
16   "source_files": "Sources/*",
17   "requires_arc": true,
18   "platforms": {
19     "osx": "10.12",
20     "ios": "10.0",
21     "tvos": "10.0",
22     "watchos": "3.0"
23   },
24   "frameworks": "Foundation",
25   "dependencies": {
26     "CodeQuickKit": [
27       "~> 5.0"
28     ]
29   },
30   "pushed_with_swift_version": "4.04.04.04.0"