| { |
| "name": "HTActionSheet", |
| "version": "0.1.0", |
| "summary": "弹出框,支持图片,支持多选,支持弹出位置", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/Parkyong/HTActionSheet.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "piaoyong.com@hotmail.com": "m18611421005@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/Parkyong/HTActionSheet.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "HTActionSheet/Classes/**/*", |
| "dependencies": { |
| "SnapKit": [ |
| "~> 4.0.0" |
| ], |
| "SDWebImage": [ |
| "~> 4.3.3" |
| ] |
| }, |
| "swift_version": "4.0" |
| } |