| { |
| "name": "AJPopAlert", |
| "version": "0.1.0", |
| "summary": "Pop Alert to Show Message", |
| "swift_version": "4.2", |
| "description": "Pop Alert to Show Message with variant type", |
| "homepage": "https://github.com/ajijoyo/AJPopAlert", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "ajijoyo": "self.ajiejoy@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/ajijoyo/AJPopAlert.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "AJPopAlert/Classes/**/*", |
| "dependencies": { |
| "SnapKit": [ |
| "~> 4.0.1" |
| ] |
| } |
| } |