[Add] YSRTCLiveAVKitSDK 1.0.10
[CocoaPods.git] / Specs / f / 8 / d / DynuREST / 0.2.1 / DynuREST.podspec.json
bloba33865bb5d267525ea3fbcce9fde83519ca71346
2   "name": "DynuREST",
3   "version": "0.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": "0.2.1"
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"