[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / 3 / f / RxCells / 0.3.4 / RxCells.podspec.json
blob964a4c3b6630b2f2f4567672bf9d0a491ae247e4
2   "name": "RxCells",
3   "version": "0.3.4",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/pikciu/RxCells",
9   "authors": {
10     "Tomasz Pikć": "tomasz.pikc@gmail.com"
11   },
12   "summary": "Easy and fast binding",
13   "source": {
14     "git": "https://github.com/pikciu/RxCells.git",
15     "tag": "0.3.4"
16   },
17   "source_files": "RxCells/Sources/*.swift",
18   "frameworks": "UIKit",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "swift_version": "4.1",
23   "dependencies": {
24     "RxSwift": [
25       "~> 4.1"
26     ],
27     "RxCocoa": [
28       "~> 4.1"
29     ],
30     "Reusable": [
31       "~> 4.0"
32     ]
33   }