[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / f / 9 / d / InfiniteKit / 0.1.2 / InfiniteKit.podspec.json
blob5708a2df2fce1d5d88a63148ad8caf14d2f6ea84
2   "name": "InfiniteKit",
3   "version": "0.1.2",
4   "swift_version": "4.2",
5   "summary": "declarative infinite data flow",
6   "description": "declarative infinite data flow",
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.2"
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   }