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