blob: e3733e1a625aa30b092a8dd12f6562c4ca75e029 [file] [log] [blame]
{
"name": "AlertPro",
"version": "1.2",
"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": "1.2"
},
"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"
}