blob: fb0ca41d466f20b8644c8c3d20142d4d0315bfc2 [file] [log] [blame]
{
"name": "PRAlertController",
"version": "0.1.3",
"summary": "Alert controller with same API as iOS 8 SDK (text field not supported), compatible with iOS 7.",
"homepage": "https://github.com/Elethom/PRAlertController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Elethom Hunter": "elethomhunter@gmail.com"
},
"social_media_url": "http://twitter.com/ElethomHunter",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Elethom/PRAlertController.git",
"tag": "0.1.3"
},
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/*.h",
"requires_arc": true
}