blob: 6eaa20623d4a4c356563e141b9403dacd42b8917 [file] [log] [blame]
{
"name": "XTInfiniteScrollView",
"version": "1.0.3",
"summary": "An elegant infinite scroll view for ad banner.",
"description": "Data source is very similar to UITableViewDataSource. Implement protocols in XTInfiniteScrollViewDataSource.",
"homepage": "https://github.com/wuwen1030/XTInfiniteScrollView",
"license": {
"type": "MIT"
},
"authors": {
"XiaBin": "xiabin@tuniu.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/wuwen1030/XTInfiniteScrollView.git",
"tag": "1.0.3"
},
"source_files": "XTInfiniteScrollView/XTInfiniteScrollView/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}