[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / c / 5 / f / RxTableAndCollectionView / 1.1.1 / RxTableAndCollectionView.podspec.json
blobf1f1d7612fbba300329d6fd9808d1df2d9d33dde
2   "name": "RxTableAndCollectionView",
3   "version": "1.1.1",
4   "summary": "Reactive UITableView",
5   "description": "An RxSwift implementation that helps eliminate boilerplate when creating and populating TableViews and CollectionViews",
6   "homepage": "https://github.com/devgabrielcoman/RxTableAndCollectionView",
7   "license": {
8     "type": "GNU GENERAL PUBLIC LICENSE Version 3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "devgabrielcoman": "dev.gabriel.coman@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/devgabrielcoman/RxTableAndCollectionView.git",
16     "tag": "1.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Pod/Classes/**/*",
22   "dependencies": {
23     "RxSwift": [
25     ],
26     "RxCocoa": [
28     ]
29   },
30   "pushed_with_swift_version": "3.0"