blob: 7ac86de896f0ee00b885905e2ac3c454c2232b74 [file] [log] [blame]
{
"name": "RxSkeleton",
"version": "0.0.9",
"summary": "Support for using SkeletonView with RxDataSources.",
"description": "As you can see, when using RxDataSources, we can not just use SkeletonView together, so I wrote this code to support for using SkeletonView with RxDataSources.",
"homepage": "https://github.com/AnyOptional/RxSkeleton",
"license": "MIT",
"authors": {
"Emiya Shiro": "code4archer@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/AnyOptional/RxSkeleton.git",
"commit": "845a8642793957d9734a4dbe306524b992468dbb"
},
"source_files": "Sources",
"frameworks": "UIKit",
"swift_version": "4.2",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
],
"RxDataSources": [
],
"SkeletonView": [
]
}
}