blob: 03e3725a595d891a6733e58cb17ef603a24148fe [file] [log] [blame]
{
"name": "Rethink",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A client driver for RethinkDB in Swift 4.",
"homepage": "https://github.com/satishbabariya/Rethink",
"authors": {
"Satish Babariya": "satish.babariya@gmail.com"
},
"source": {
"git": "https://github.com/satishbabariya/Rethink.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"default_subspecs": "Core",
"pushed_with_swift_version": "4.0",
"deprecated": true,
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"CocoaAsyncSocket": [
],
"SCRAM": [
]
}
}
]
}