[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 1 / a / RxSectionedCollectionView / 1.1.1 / RxSectionedCollectionView.podspec.json
blob615de8e4bf92fde1ef7f6f34a11b24d6d2c5bc4e
2   "name": "RxSectionedCollectionView",
3   "version": "1.1.1",
4   "summary": "RxSwift bindings for SectionedCollectionView",
5   "description": "RxSwift bindings for [SectionedCollectionView]",
6   "homepage": "https://github.com/hattrick-it/RxSectionedCollectionView.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "estebanarrua": "esteban.arrua@hattrick-it.com"
13   },
14   "source": {
15     "git": "https://github.com/hattrick-it/RxSectionedCollectionView.git",
16     "tag": "1.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "3.0",
22   "source_files": "RxSectionedCollectionView/Classes/**/*",
23   "dependencies": {
24     "SectionedCollectionView": [
25       "~> 1.1.1"
26     ],
27     "RxSwift": [
28       "~> 4.0"
29     ],
30     "RxCocoa": [
31       "~> 4.0"
32     ]
33   }