[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 8 / d / DynuREST / 1.1.0 / DynuREST.podspec.json
blobf0e7952ffb88a5b321dc5ff3d06fea2fd77b97f7
2   "name": "DynuREST",
3   "version": "1.1.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": "1.1.0"
15   },
16   "source_files": "Sources/*",
17   "requires_arc": true,
18   "platforms": {
19     "osx": "10.13",
20     "ios": "11.0",
21     "tvos": "11.0",
22     "watchos": "4.0"
23   },
24   "frameworks": "Foundation",
25   "dependencies": {
26     "CodeQuickKit": [
27       "~> 6.2"
28     ]
29   }