[Add] AnyThinkBigoSDKAdapter 6.4.27
[CocoaPods.git] / Specs / 1 / f / e / RxHyperdrive / 0.1.0 / RxHyperdrive.podspec.json
blob6df88f66ce8b62500a3459d1602565c617b51d32
2   "name": "RxHyperdrive",
3   "version": "0.1.0",
4   "summary": "RxSwift extensions for Hyperdrive, the generic Swift Web API client",
5   "homepage": "https://github.com/kylef/RxHyperdrive",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kyle Fuller": "kyle@fuller.li"
12   },
13   "social_media_url": "http://twitter.com/kylefuller",
14   "source": {
15     "git": "https://github.com/kylef/RxHyperdrive.git",
16     "tag": "0.1.0"
17   },
18   "source_files": "RxHyperdrive/*.{h,swift}",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "watchos": "2.0"
23   },
24   "requires_arc": true,
25   "dependencies": {
26     "Hyperdrive": [
27       "~> 0.2.0"
28     ],
29     "RxSwift": [
30       "2.0.0-alpha.3"
31     ]
32   }