blob: f894845dbf6ba02db762583cad16f0b5ba1e3d9b [file] [log] [blame]
{
"name": "XTInfiniteScrollView",
"version": "1.0.2",
"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.2"
},
"source_files": "XTInfiniteScrollView/XTInfiniteScrollView/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
},
"prepare_command": "O2O_MIST_DEBUG_ROOT=`pwd`\ntouch HELLOWORLD.txt\necho $O2O_MIST_DEBUG_ROOT > HELLOWORLD.txt"
}