| { |
| "name": "MJPlaceholderView", |
| "version": "1.0.0", |
| "summary": "一个用于tableView和collectionView空页面占位控件", |
| "description": "一个用于tableView和collectionView空页面占位控件,逻辑非常简单!但是应该还有问题!后面慢慢优化吧~", |
| "homepage": "https://github.com/jgyhc/MJPlaceholderView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "jgyhc": "jgyhc@foxmail.com.com" |
| }, |
| "source": { |
| "git": "https://github.com/jgyhc/MJPlaceholderView.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "MJPlaceholderView/Classes/**/*", |
| "dependencies": { |
| "AFNetworking": [ |
| |
| ], |
| "Masonry": [ |
| |
| ], |
| "YYImage": [ |
| |
| ], |
| "CTMediator": [ |
| |
| ] |
| } |
| } |