blob: 8551eee001a373c1126da31612bf9e5e5eee3391 [file] [log] [blame]
{
"name": "PMAlertController",
"version": "2.0.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/Codeido/PMAlertController",
"screenshots": "https://raw.githubusercontent.com/Codeido/PMAlertController/master/preview_pmalertacontroller.jpg",
"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/Codeido/PMAlertController.git",
"tag": "2.0.0"
},
"source_files": "Library/**/*",
"resource_bundles": {
"PMAlertController": [
"Library/Resources/*.png",
"Library/**/*.xib"
]
},
"frameworks": "UIKit",
"requires_arc": true
}