blob: f599c9fe9eb85896b6839610dabbae88fd45727c [file] [log] [blame]
{
"name": "RethinkDB",
"version": "1.0.2",
"summary": "A client driver for RethinkDB in Swift 4.",
"homepage": "https://github.com/satishbabariya/RethinkDB",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Satish Babariya": "satish.babariya@gmail.com"
},
"source": {
"git": "https://github.com/satishbabariya/RethinkDB.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RethinkDB/Classes/**/*",
"dependencies": {
"CocoaAsyncSocket": [
],
"SCRAM": [
]
},
"pushed_with_swift_version": "4.0",
"deprecated": true
}