[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / f / 9 / b / Decree / 1.0.0 / Decree.podspec.json
bloba10bdc264a001762117eeb035f382cb6bd0cc829
2   "name": "Decree",
3   "version": "1.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/drewag/Decree",
9   "authors": {
10     "Andrew J. Wagner": "https://drewag.me"
11   },
12   "summary": "Framework for making Declarative HTTP Requests",
13   "source": {
14     "git": "https://github.com/drewag/Decree.git",
15     "tag": "1.0.0"
16   },
17   "swift_versions": "5.0.1",
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11",
21     "tvos": "9.0"
22   },
23   "source_files": "Sources/Decree/**/*.swift",
24   "dependencies": {
25     "CryptoSwift": [
26       "~> 1.0.0"
27     ],
28     "XMLCoder": [
29       "~> 0.7.0"
30     ]
31   },
32   "swift_version": "5.0.1"