[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 8 / d / DynuREST / 1.2.1 / DynuREST.podspec.json
blob5ea32dbd2b44f645ea5ed55ef69b9952f2a52add
2   "name": "DynuREST",
3   "version": "1.2.1",
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.2.1"
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.4"
28     ]
29   }