blob: 5854eb7c230cb1cd3c366e3736993e7183ed0cda [file] [log] [blame]
{
"name": "RxTextureDataSources",
"version": "0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "RxDataSource for AsyncDisplayKit/Texture view containers",
"homepage": "https://github.com/dangthaison91/RxTextureDataSources",
"social_media_url": "https://twitter.com/dangthaison91",
"authors": {
"Dang Thai Son": "dangthaison.91@gmail.com"
},
"source": {
"git": "https://github.com/dangthaison91/RxTextureDataSources.git",
"tag": "0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 3.4"
],
"RxCocoa": [
"~> 3.4"
],
"RxDataSources": [
"~> 1.0"
],
"Texture": [
"~> 2.0"
]
},
"pushed_with_swift_version": "3.0.2"
}