blob: 7c212a390c2b65a3affc68d49b1264dc54b96717 [file] [log] [blame]
{
"name": "RxASDataSources",
"version": "0.5.0",
"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.5.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 5.1"
],
"RxCocoa": [
"~> 5.1"
],
"Differentiator": [
"~> 4.0"
],
"Texture": [
"~> 2.8"
]
},
"swift_version": "5.0"
}