[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / 9 / d / InfiniteKit / 0.1.1 / InfiniteKit.podspec.json
blobf47ae347f696dd64197c522d060bbffe050a50f4
2   "name": "InfiniteKit",
3   "version": "0.1.1",
4   "swift_version": "4.2",
5   "summary": "declarative infinite data flow",
6   "description": "InfiniteKit exists to let developers create full-featured infinite scroll faster, and in declarative style",
7   "homepage": "https://github.com/wddwycc/InfiniteKit",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "wddwycc": "wddwyss@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/wddwycc/InfiniteKit.git",
17     "tag": "0.1.1"
18   },
19   "social_media_url": "https://twitter.com/wddwycc",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "source_files": "src/**/*",
24   "dependencies": {
25     "RxSwift": [
26       "~> 4.3"
27     ],
28     "RxCocoa": [
29       "~> 4.3"
30     ],
31     "RxDataSources": [
32       "~> 3.0"
33     ],
34     "RxSwiftExt": [
35       "~> 3.0"
36     ]
37   }