blob: f0e4ac8bded754bfc44dc59792da19e7313ede76 [file] [log] [blame]
{
"name": "RxHyperdrive",
"version": "0.1.1",
"summary": "RxSwift extensions for Hyperdrive, the generic Swift Web API client",
"homepage": "https://github.com/kylef/RxHyperdrive",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyle Fuller": "kyle@fuller.li"
},
"social_media_url": "http://twitter.com/kylefuller",
"source": {
"git": "https://github.com/kylef/RxHyperdrive.git",
"tag": "0.1.1"
},
"source_files": "RxHyperdrive/*.{h,swift}",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0"
},
"requires_arc": true,
"dependencies": {
"Hyperdrive": [
"~> 0.2.0"
],
"RxSwift": [
"2.0.0-alpha.3"
]
}
}