[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / 5 / a / SwiftQuests / 0.1.3 / SwiftQuests.podspec.json
blob8a9f391d07f98abf837f59b27a44de8356d379f5
2   "name": "SwiftQuests",
3   "version": "0.1.3",
4   "summary": "An object-oriented, URLSession-based network library.",
5   "description": "\"An object-oriented, URLSession-based network library, made with simplicity in mind. It's a direct wrapper for URLSession, with no other dependencies.\"",
6   "homepage": "https://github.com/Ast3r10n/swiftquests",
7   "license": {
8     "type": "GNU",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrea Sacerdoti": "andrea.sacerdoti@icloud.com"
13   },
14   "social_media_url": "https://twitter.com/AndreaSacerdoti",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "swift_versions": "5.0",
19   "source": {
20     "git": "https://github.com/Ast3r10n/swiftquests.git",
21     "tag": "0.1.3"
22   },
23   "source_files": [
24     "Sources",
25     "Sources/**/*.{swift}"
26   ],
27   "exclude_files": "Sources/Exclude",
28   "testspecs": [
29     {
30       "name": "Tests",
31       "test_type": "unit",
32       "source_files": "Tests/**/*.swift",
33       "exclude_files": "*/LinuxMain.swift"
34     }
35   ],
36   "swift_version": "5.0"