[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 1 / a / Cell+Rx / 1.2.1 / Cell+Rx.podspec.json
blob2d4f57206161d00b224bdd27eb69e66084b388c3
2   "name": "Cell+Rx",
3   "version": "1.2.1",
4   "summary": "Handy RxSwift extensions on UITableViewCell and UICollectionViewCell.",
5   "description": "Right now, we just have a `rx_reusableDisposeBag` property, but we're open to PRs!",
6   "homepage": "https://github.com/ivanbruel/Cell-Rx",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ivan Bruel": "ivan.bruel@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/ivanbruel",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/ivanbruel/Cell-Rx.git",
20     "tag": "1.2.1"
21   },
22   "source_files": "Pod/Classes/*.swift",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "RxSwift": [
26       "~> 3.0.0"
27     ]
28   },
29   "pushed_with_swift_version": "3.0"