blob: 39aa4ee0f993ce82ad95c06f6c6fe7af981dd6a9 [file] [log] [blame]
{
"name": "LWDataListRefreshViewController",
"version": "0.0.2",
"summary": "下拉刷新,上拉加载",
"description": "\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/lw254605953",
"license": "MIT",
"authors": {
"liwei": "lw254605953@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/lw254605953/LWDataListRefreshViewController.git",
"tag": "0.0.2"
},
"source_files": "LWDataListRefreshViewController/LWDataListRefreshViewController/*.{h,m}",
"exclude_files": "",
"requires_arc": true,
"dependencies": {
"DZNEmptyDataSet": [
"~> 1.5.2"
]
},
"default_subspecs": "Views",
"subspecs": [
{
"name": "Views",
"source_files": "LWDataListRefreshViewController/LWDataListRefreshViewController/Views/*.{h,m,xib}",
"exclude_files": ""
}
]
}