blob: 451b8f36ac1ef559a80f7e4c011ff571017ff50d [file] [log] [blame]
{
"name": "AlertPro",
"version": "0.1.1",
"summary": "UIViewController category for easy showing UIAlertController.",
"homepage": "https://github.com/ivanshevelev/AlertPro",
"license": "MIT",
"authors": {
"Ivan Shevelev": "ivan.shevelev@sibers.com"
},
"source": {
"git": "https://github.com/ivanshevelev/AlertPro.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/antsy_ivan",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"AlertPro": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}