[Add] OddsConverter 1.0
[CocoaPods.git] / Specs / 8 / b / 4 / RxIndexPathDataSource / 0.1.1 / RxIndexPathDataSource.podspec.json
blobed952c5c28eeaa5d5460c6304b7e15b66a5bfd14
2   "name": "RxIndexPathDataSource",
3   "version": "0.1.1",
4   "summary": "Rx Extension of Animated TableView / CollectionView",
5   "swift_versions": "4.0",
6   "description": "Rx Extension of Animated TableView / CollectionView. Useful library to use RxDataSource  and animate collectionView or tableView.",
7   "homepage": "https://github.com/sesang06/RxIndexPathDataSource",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "sesang06": "sesang06@naver.com"
14   },
15   "source": {
16     "git": "https://github.com/sesang06/RxIndexPathDataSource.git",
17     "tag": "0.1.1"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "RxIndexPathDataSource/Classes/**/*",
23   "dependencies": {
24     "RxDataSources": [
25       "~> 4.0"
26     ],
27     "RxSwift": [
28       "~> 5"
29     ],
30     "RxCocoa": [
31       "~> 5"
32     ]
33   },
34   "swift_version": "4.0"