[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / c / 2 / OffsetCoordinator / 0.1.0 / OffsetCoordinator.podspec.json
blob89830d79e376220eacb1649a897cfa5ac8b10863
2   "name": "OffsetCoordinator",
3   "version": "0.1.0",
4   "summary": "Handle the header positon when having multiple scroll views.",
5   "description": "Handle the header positon when having multiple scroll views.",
6   "homepage": "https://github.com/goldmoment/OffsetCoordinator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "vienvn": "nguyenvanvienqn@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/goldmoment/OffsetCoordinator.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.0",
22   "source_files": "OffsetCoordinator/Classes/**/*",
23   "dependencies": {
24     "RxSwift": [
25       "~> 4.1.1"
26     ],
27     "RxCocoa": [
28       "~> 4.1.1"
29     ]
30   }