blob: 683dbd90ac4d185068734f0e162a78bbf93cdd89 [file] [log] [blame]
{
"name": "UIAlertController+SBAWindow",
"version": "1.2",
"summary": "Light-weight category that adds -showAnimated method to UIAlertController. Presenting UIAlertControllers from anywhere in the window.",
"homepage": "https://github.com/shoaib-akhtar/UIAlertController-SBAWindow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Shoaib Akhtar": "shoaib.akhtar1@live.com"
},
"source": {
"git": "https://github.com/shoaib-akhtar/UIAlertController-SBAWindow.git",
"branch": "master",
"tag": "1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Classes/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}