[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 0 / 3 / f / RxCells / 0.1.0 / RxCells.podspec.json
blob082a73f98ba4b69910a9c3f2057766cb5e6c0423
2   "name": "RxCells",
3   "version": "0.1.0",
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.1.0"
16   },
17   "source_files": "RxCells/Sources/*.swift",
18   "frameworks": "UIKit",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "dependencies": {
23     "RxSwift": [
24       "~> 3.2"
25     ],
26     "RxCocoa": [
27       "~> 3.2"
28     ],
29     "Reusable": [
30       "~> 4.0"
31     ]
32   },
33   "pushed_with_swift_version": "3.0"