[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 3 / 2 / Conn / 0.1.0 / Conn.podspec.json
blob531098f69cc7b2c9256668f8852d8c3e1b9cadbb
2   "name": "Conn",
3   "version": "0.1.0",
4   "summary": "Minimal yet modular networking layer for Swift.",
5   "description": "Conn is a very lightweight networking library written in Swift 4. Conn allows developers to write their networking layers in a declarative manner, using Codable under the hood.",
6   "homepage": "https://github.com/fmo91/Conn",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fmo91": "ortizfernandomartin@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/fmo91/Conn.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "Conn/Classes/**/*"