[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 1 / 6 / Netswift / 0.1.5 / Netswift.podspec.json
blob89a8dec1bbb25a167be0492157de838d0a67bd57
2   "name": "Netswift",
3   "version": "0.1.5",
4   "summary": "A high-level, type-safe networking solution for Swift apps",
5   "swift_versions": "5.0",
6   "description": "Networking in Swift can be tedious from the get go. Type safety & reusability are often overlooked for the sake of getting up to speed. This is where Netswift comes in!\n\nNetswift allows you to easily write network calls in a very structured and maintainable way. It does so by using protocols with associated types & generic classes very extensively.",
7   "homepage": "https://github.com/MrSkwiggs/Netswift",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Dorian Grolaux": "dorian@skwiggs.dev"
14   },
15   "source": {
16     "git": "https://github.com/MrSkwiggs/Netswift.git",
17     "tag": "0.1.5"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Netswift/Classes/**/*",
23   "swift_version": "5.0"