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