[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / 6 / 0 / 4 / SwiftSparql / 0.2.0 / SwiftSparql.podspec.json
bloba93f0c2212b7141d09b7258d81e33842bc13049e
2   "name": "SwiftSparql",
3   "version": "0.2.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.2.0"
17   },
18   "social_media_url": "https://twitter.com/banjun",
19   "platforms": {
20     "ios": "12.0",
21     "osx": "10.12"
22   },
23   "swift_version": "4.2",
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           "~> 7.0"
43         ]
44       }
45     }
46   ]