[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 2 / d / RxDobby / 0.1.3 / RxDobby.podspec.json
blob2f162eefbc9ad2665e4956b955ebf23d4ab115d6
2   "name": "RxDobby",
3   "version": "0.1.3",
4   "summary": "RxDobby has a few helper library for reactive iOS App.",
5   "description": "* this is first release.\n* there is a dependency of rxswift.",
6   "homepage": "https://github.com/pisrc/RxDobby",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "pi": "pimail31@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/pisrc/RxDobby.git",
19     "tag": "0.1.3"
20   },
21   "source_files": "RxDobby/**/*.{swift}",
22   "dependencies": {
23     "RxSwift": [
24       "~> 3.0.0-beta.1"
25     ]
26   }