blob: 54b744b5411b5fa504f993be2ec86b5903ad5329 [file] [log] [blame]
{
"name": "MYCycleScrollView",
"version": "1.0.2",
"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.2"
},
"source_files": [
"Sources/*.swift"
],
"requires_arc": true,
"dependencies": {
"Kingfisher": [
"~> 3.3.3"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}