blob: d57a692a516246bceef8001bb2e3d225ad00fbcd [file] [log] [blame]
{
"name": "TXCycleScrollView",
"version": "0.0.5",
"summary": "Infinite ScrollView with autoScroll.",
"description": "Auto scroll infinite banner for iOS.",
"homepage": "https://github.com/cocoa-chen/TXCycleScrollView",
"license": "MIT",
"authors": {
"陈爱彬": "136998328@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/cocoa-chen/TXCycleScrollView.git",
"tag": "0.0.5"
},
"source_files": "src/TXCycleScrollView/*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"SDWebImage": [
]
}
}