blob: cb1e92b214a94b10536cf5c751610f5e23340d5c [file] [log] [blame]
{
"name": "ASJAlertController",
"version": "0.1",
"platforms": {
"ios": "8.0"
},
"license": {
"type": "MIT"
},
"homepage": "https://github.com/sudeepjaiswal/ASJAlertController",
"authors": {
"Sudeep Jaiswal": "sudeepjaiswal87@gmail.com"
},
"summary": "Present a UIAlertController from any class using \"show\" method like \"UIAlertView\"",
"source": {
"git": "https://github.com/sudeepjaiswal/ASJAlertController.git",
"tag": "0.1"
},
"source_files": "ASJAlertController/*.{h,m}",
"requires_arc": true
}