[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 3 / 0 / Kringle / 0.0.5 / Kringle.podspec.json
blobcb7bd1b58497ae831a06a38b7d517b657843dd10
2   "name": "Kringle",
3   "version": "0.0.5",
4   "authors": "Jeff Kereakoglow",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/jkereako/Kringle",
10   "source": {
11     "git": "https://github.com/jkereako/Kringle.git",
12     "tag": "0.0.5"
13   },
14   "summary": "Simple networking for Swift",
15   "description": "Kringle is a small, opinionated networking framework designed with simplicity in mind.",
16   "platforms": {
17     "ios": "10.0",
18     "osx": "10.12",
19     "tvos": "9.0",
20     "watchos": "2.0"
21   },
22   "swift_version": "5.0",
23   "module_name": "Kringle",
24   "source_files": "Sources/Kringle/**/*.{swift}",
25   "dependencies": {
26     "PromisesSwift": [
27       "~> 1.2.8"
28     ]
29   }