blob: 5ec0c4a71931bd140d2d55f6f5e5bfb415caeda6 [file] [log] [blame]
{
"name": "LLCycleScrollView",
"version": "1.5.3",
"summary": "几行代码实现轮播图Swift",
"homepage": "https://github.com/LvJianfeng/LLCycleScrollView",
"license": "MIT",
"authors": {
"LvJianfeng": "coderjianfeng@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/LvJianfeng/LLCycleScrollView.git",
"tag": "1.5.3"
},
"source_files": "Lib/LLCycleScrollView/**/*.{swift}",
"resources": "Lib/LLCycleScrollView.bundle",
"dependencies": {
"Kingfisher": [
"<= 4.10.1"
]
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
}
}