| { |
| "name": "MXAlert", |
| "version": "2.0.0", |
| "summary": "A custom alert view", |
| "description": "The first stable version of MXAlert, a custom alert view", |
| "homepage": "https://github.com/Meniny/MXAlert-in-Objective-C", |
| "license": "MIT", |
| "authors": "Elias Abel", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/Meniny/MXAlert-in-Objective-C.git", |
| "tag": "2.0.0" |
| }, |
| "source_files": "MXAlert-OC/*", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "dependencies": { |
| "SDWebImage": [ |
| |
| ] |
| }, |
| "requires_arc": true, |
| "deprecated": true |
| } |