[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 3 / e / Rethink / 1.0.0 / Rethink.podspec.json
blob03e3725a595d891a6733e58cb17ef603a24148fe
2   "name": "Rethink",
3   "version": "1.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A client driver for RethinkDB in Swift 4.",
9   "homepage": "https://github.com/satishbabariya/Rethink",
10   "authors": {
11     "Satish Babariya": "satish.babariya@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/satishbabariya/Rethink.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "pushed_with_swift_version": "4.0",
24   "deprecated": true,
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Sources/**/*.swift",
29       "frameworks": "Foundation",
30       "dependencies": {
31         "CocoaAsyncSocket": [
33         ],
34         "SCRAM": [
36         ]
37       }
38     }
39   ]