[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / f / 0 / MINetworkKit / 0.1.3 / MINetworkKit.podspec.json
blobee9f65ed1ea4bc3612bb45f6450bcd01a52eb141
2   "name": "MINetworkKit",
3   "version": "0.1.3",
4   "summary": "Networking made easy with enums and Codables",
5   "description": "The missing network layer in your applicaton, the base idea is from Moya Network library and we have added generic functions using Codables to remove the need for any parser. Just create enums that confirm to MIRequest and hit them using your network service, which confirms to MINetworkable.",
6   "homepage": "https://gitlab.com/imthath_m/mi-network-kit",
7   "license": {
8     "type": "MIT",
9     "text": "LICENSE"
10   },
11   "authors": {
12     "Imthath M": "imthath.m@hotmail.com"
13   },
14   "social_media_url": "https://twitter.com/imthath_m",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.11",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://gitlab.com/imthath_m/mi-network-kit.git",
23     "tag": "0.1.3"
24   },
25   "source_files": "native/MINetworkKit/*.swift",
26   "swift_versions": "5.0",
27   "swift_version": "5.0"