[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / 1 / 6 / Netswift / 0.0.1 / Netswift.podspec.json
blob4a1697f8f33b5044c07714da2227175fd62a1f98
2   "name": "Netswift",
3   "version": "0.0.1",
4   "summary": "A high-level networking solution for Swift apps",
5   "swift_versions": "5.0",
6   "description": "Networking in Swift can be tedious from the get go if you're not too experienced. This is where Netswift aims to shine!\n\nThis framework was highly inspired by blog posts written by the brilliant John Sundell (https://www.swiftbysundell.com) and Ray Wenderlich (https://www.raywenderlich.com/).\n\nIt currently allows to (somewhat) easily write simple 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     "MrSkwiggs": "6209874+MrSkwiggs@users.noreply.github.com"
14   },
15   "source": {
16     "git": "https://github.com/MrSkwiggs/Netswift.git",
17     "tag": "0.0.1"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Netswift/Classes/**/*"