| { |
| "name": "YYRefresh", |
| "version": "0.0.1", |
| "summary": "下拉刷新视图", |
| "description": "封装MJrefresh 和 DZNEmptyDataSet", |
| "homepage": "https://github.com/YyItRoad/YYRefresh.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "杨洋": "158954945@qq.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/YyItRoad/YYRefresh.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "YYRefresh", |
| "YYRefresh/*.{h,m}" |
| ], |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "dependencies": { |
| "MJRefresh": [ |
| "~> 3.0.0" |
| ], |
| "DZNEmptyDataSet": [ |
| |
| ] |
| } |
| } |