blob: fd6cec145b9db2c42e4ce4b83336fac3b8d86018 [file] [log] [blame]
{
"name": "RxASDataSources",
"version": "0.4",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "RxDataSources for AsyncDisplayKit/Texture supports ASTableNode/ASCollectionNode",
"homepage": "https://github.com/RxSwiftCommunity/RxASDataSources",
"social_media_url": "https://twitter.com/dangthaison91",
"authors": {
"Dang Thai Son": "dangthaison.91@gmail.com"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxASDataSources.git",
"tag": "0.4"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 5.0.0"
],
"RxCocoa": [
"~> 5.0.0"
],
"Differentiator": [
"~> 4.0"
],
"Texture": [
"~> 2.8.1"
]
},
"swift_version": "5.0"
}