blob: 8514dc7f6e3b56ae703b76e424042f4b37cc5c6e [file] [log] [blame]
{
"name": "MYCycleScrollView",
"version": "1.0.4",
"summary": "Swift版无限滚动轮播图控件,使用Kingfisher加载网络图片",
"homepage": "https://github.com/X-my/MYCycleScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xmy": "woshixmy@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/X-my/MYCycleScrollView.git",
"tag": "1.0.4"
},
"source_files": [
"Sources/*.swift"
],
"requires_arc": true,
"dependencies": {
"Kingfisher": [
"~> 4.0.0"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0"
}