[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 0 / 2 / SwiftNetworkRouting / 0.1.0 / SwiftNetworkRouting.podspec.json
blobc535bb0114afb171f8be7d3ce6b3c7e741fe8b8d
2   "name": "SwiftNetworkRouting",
3   "version": "0.1.0",
4   "summary": "SwiftNetworkRouting is a routing library that helps you build a simple network layer for sending HTTP requests.",
5   "description": "The SwiftNetworkRouting suits you if you want to build the network layer for your app quickly. The framework is made for simple applications, you can only send HTTP requests and receive decoded model instances. The library helps you to build requests quickly and helps you to decode the received data to your Model.",
6   "homepage": "https://github.com/daniyarka/SwiftNetworkRouting.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Daniyar Kurmanbayev": "daniyar.kbv@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/daniyarka/SwiftNetworkRouting.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "4.0",
22   "source_files": "SwiftNetworkRouting/Sources/**/*",
23   "dependencies": {
24     "Alamofire": [
25       "~> 5.2"
26     ]
27   },
28   "swift_version": "4.0"