blob: 89a8dec1bbb25a167be0492157de838d0a67bd57 [file] [log] [blame]
{
"name": "Netswift",
"version": "0.1.5",
"summary": "A high-level, type-safe networking solution for Swift apps",
"swift_versions": "5.0",
"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.",
"homepage": "https://github.com/MrSkwiggs/Netswift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dorian Grolaux": "dorian@skwiggs.dev"
},
"source": {
"git": "https://github.com/MrSkwiggs/Netswift.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Netswift/Classes/**/*",
"swift_version": "5.0"
}