[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / 0 / 4 / SwiftSparql / 0.5.0 / SwiftSparql.podspec.json
blobd2e5f153a57650007c089d6cbd30473157212498
2   "name": "SwiftSparql",
3   "version": "0.5.0",
4   "summary": "Typed SPARQL query generator / decodable parser",
5   "description": "generates SPARQL query with Swift structures / parse query response using Decodable",
6   "homepage": "https://github.com/banjun/SwiftSparql",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "banjun": "banjun@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/banjun/SwiftSparql.git",
16     "tag": "0.5.0"
17   },
18   "social_media_url": "https://twitter.com/banjun",
19   "platforms": {
20     "ios": "12.0",
21     "osx": "10.12"
22   },
23   "swift_versions": "5.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "SwiftSparql/Classes/**/*",
28       "dependencies": {
29         "FootlessParser": [
30           "~> 0.5"
31         ]
32       }
33     },
34     {
35       "name": "BrightFutures",
36       "source_files": "SwiftSparql/BrightFutures/**/*",
37       "dependencies": {
38         "SwiftSparql/Core": [
40         ],
41         "BrightFutures": [
42           "~> 8.0"
43         ]
44       }
45     }
46   ],
47   "swift_version": "5.0"