blob: 5708a2df2fce1d5d88a63148ad8caf14d2f6ea84 [file] [log] [blame]
{
"name": "InfiniteKit",
"version": "0.1.2",
"swift_version": "4.2",
"summary": "declarative infinite data flow",
"description": "declarative infinite data flow",
"homepage": "https://github.com/wddwycc/InfiniteKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wddwycc": "wddwyss@gmail.com"
},
"source": {
"git": "https://github.com/wddwycc/InfiniteKit.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/wddwycc",
"platforms": {
"ios": "10.0"
},
"source_files": "src/**/*",
"dependencies": {
"RxSwift": [
"~> 4.3"
],
"RxCocoa": [
"~> 4.3"
],
"RxDataSources": [
"~> 3.0"
],
"RxSwiftExt": [
"~> 3.0"
]
}
}