blob: 4c094f507b33abbfd59300d224c4379da9e0ce67 [file] [log] [blame]
{
"name": "WCycleScrollView",
"summary": "a auto cycle scroll banner framework for iOS.",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"winter": "1581221002@qq.com"
},
"homepage": "http://git.oschina.net/winter7/WCycleScrollView",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://git.oschina.net/winter7/WCycleScrollView.git",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": "WCycleScrollView/**/**/*.{h,m}",
"public_header_files": "WCycleScrollView/CycleScrollView/WCycleScrollView.h",
"frameworks": [
"Foundation",
"CoreFoundation"
],
"dependencies": {
"SDWebImage": [
]
}
}