blob: 00523785b24b2abe02aa10cb81cedc8970400883 [file] [log] [blame]
{
"name": "LLCycleScrollView",
"version": "1.5.0",
"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.0"
},
"source_files": "Lib/LLCycleScrollView/**/*.{swift}",
"resources": "Lib/LLCycleScrollView.bundle",
"dependencies": {
"Kingfisher": [
]
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}