blob: dfd06074f8949b18021f399514707d79f35b6a51 [file] [log] [blame]
{
"name": "XTInfiniteScrollView",
"version": "1.0.1",
"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.1"
},
"source_files": "XTInfiniteScrollView/XTInfiniteScrollView/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}