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