blob: 708e5f3f7d6159b8a3974b6073d346de5124e746 [file] [log] [blame]
{
"name": "LRLoopScrollView",
"version": "0.0.1",
"summary": "The example of use UICollectionView to implement loop scroll.",
"description": "*The example of use UICollectionView to implement loop scroll.",
"homepage": "https://github.com/peiei/LoopScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ainiei": "1056129563@qq.com"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "5.0",
"source": {
"git": "https://github.com/peiei/LoopScrollView.git",
"tag": "0.0.1"
},
"source_files": "LRLoopScrollView/Classes/*",
"requires_arc": true,
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"RxDataSources": [
],
"ReactorKit": [
],
"Kingfisher": [
"~> 4.0"
]
}
}