| { |
| "name": "LWDataListRefreshViewController", |
| "version": "0.0.3", |
| "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/LWDataListRefreshViewController", |
| "license": "MIT", |
| "authors": { |
| "liwei": "lw254605953@gmail.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/lw254605953/LWDataListRefreshViewController.git", |
| "tag": "0.0.3" |
| }, |
| "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}", |
| "exclude_files": "", |
| "resources": "LWDataListRefreshViewController/LWDataListRefreshViewController/Views/LWDataListRefreshHeaderView.xib" |
| } |
| ] |
| } |