[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / 6 / 0 / 4 / SwiftSparql / 0.3.0 / SwiftSparql.podspec.json
blob1d3e6601b4436b1d94145243511ea2a210b2ff58
2   "name": "SwiftSparql",
3   "version": "0.3.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.3.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   "swift_version": "5.0",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "SwiftSparql/Classes/**/*",
29       "dependencies": {
30         "FootlessParser": [
31           "~> 0.5"
32         ]
33       }
34     },
35     {
36       "name": "BrightFutures",
37       "source_files": "SwiftSparql/BrightFutures/**/*",
38       "dependencies": {
39         "SwiftSparql/Core": [
41         ],
42         "BrightFutures": [
43           "~> 8.0"
44         ]
45       }
46     }
47   ]