blob: 8a9f391d07f98abf837f59b27a44de8356d379f5 [file] [log] [blame]
{
"name": "SwiftQuests",
"version": "0.1.3",
"summary": "An object-oriented, URLSession-based network library.",
"description": "\"An object-oriented, URLSession-based network library, made with simplicity in mind. It's a direct wrapper for URLSession, with no other dependencies.\"",
"homepage": "https://github.com/Ast3r10n/swiftquests",
"license": {
"type": "GNU",
"file": "LICENSE"
},
"authors": {
"Andrea Sacerdoti": "andrea.sacerdoti@icloud.com"
},
"social_media_url": "https://twitter.com/AndreaSacerdoti",
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/Ast3r10n/swiftquests.git",
"tag": "0.1.3"
},
"source_files": [
"Sources",
"Sources/**/*.{swift}"
],
"exclude_files": "Sources/Exclude",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.swift",
"exclude_files": "*/LinuxMain.swift"
}
],
"swift_version": "5.0"
}