[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / f / 0 / MINetworkKit / 0.1.1 / MINetworkKit.podspec.json
blob0c8b05e31e1eac8dff4ce7848dc871d18065f645
2   "name": "MINetworkKit",
3   "version": "0.1.1",
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": "imthathullah.m@zohocorp.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.1"
24   },
25   "source_files": "native/MINetworkKit/*.swift",
26   "swift_versions": "5.0",
27   "swift_version": "5.0"