blob: 170a68d947c7009ce75b877fa74fe8791d9a1c93 [file] [log] [blame]
{
"name": "RxASDataSources",
"version": "0.3.2",
"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.3.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"Differentiator": [
"~> 3.0"
],
"Texture": [
"~> 2.5"
]
}
}