[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 1 / f / CodableNetworking / 0.1.2 / CodableNetworking.podspec.json
blob458d16a3fe3c344e6c2f9c84ef752ed060c5bce5
2   "name": "CodableNetworking",
3   "version": "0.1.2",
4   "summary": "Simple networking abstraction layer",
5   "description": "This pod is a derivative of delightful CodableStore library. It drops support for UserDefaults and focuses only on networking. It enables URLSession configuration if needed.",
6   "homepage": "https://github.com/jakubpetrik/CodableNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jakub PetrĂ­k": "https://github.com/jakubpetrik"
13   },
14   "source": {
15     "git": "https://github.com/jakubpetrik/CodableNetworking.git",
16     "tag": "0.1.2"
17   },
18   "social_media_url": "https://twitter.com/odpadnem",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "swift_versions": "5.0",
23   "source_files": "CodableNetworking/Classes/**/*",
24   "dependencies": {
25     "PromiseKit": [
26       "~> 6.8"
27     ]
28   }