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