[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / e / c / NetworkingProtocol / 0.3.0 / NetworkingProtocol.podspec.json
bloba189a270121cd893f7a2032e1b6c68d00f27c508
2   "name": "NetworkingProtocol",
3   "version": "0.3.0",
4   "summary": "Simple protocol for URLSession.",
5   "description": "Simple wrapper for url request and url session.",
6   "homepage": "https://github.com/mikolaj92/NetworkingProtocol",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Patryk Mikolajczyk": "mikpat92@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0",
16     "tvos": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/mikolaj92/NetworkingProtocol.git",
20     "tag": "0.3.0"
21   },
22   "source_files": "Sources/**/*.{swift}",
23   "frameworks": "Foundation",
24   "swift_version": "5.0"