blob: 062b1a8276cfca14ef743e7834e99da1ec01c071 [file] [log] [blame]
{
"name": "PMAlertController",
"version": "3.4.0",
"summary": "PMAlertController is a great and customizable substitute to UIAlertController",
"description": "PMAlertController is a small library that allows you to substitute the uncustomizable UIAlertController of Apple, with a beautiful and totally customizable alert that you can use in your iOS app. Enjoy!",
"homepage": "https://github.com/pmusolino/PMAlertController",
"screenshots": "https://raw.githubusercontent.com/pmusolino/PMAlertController/master/preview_pmalertacontroller.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Paolo Musolino": "info@codeido.com"
},
"social_media_url": "http://twitter.com/pmusolino",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/pmusolino/PMAlertController.git",
"tag": "3.4.0"
},
"source_files": "Library/**/*",
"resource_bundles": {
"PMAlertController": [
"Library/Resources/*.png",
"Library/**/*.xib"
]
},
"frameworks": "UIKit",
"requires_arc": true
}