blob: f3ecf46f4757c9084bd2ed6a0432d2e1e56b8301 [file] [log] [blame]
{
"name": "ARAlertController",
"version": "0.1.3",
"summary": "UIAlertController compatible iOS >= 5.0",
"homepage": "https://github.com/alexruperez/ARAlertController",
"screenshots": [
"https://raw.githubusercontent.com/alexruperez/ARAlertController/master/alert8.png",
"https://raw.githubusercontent.com/alexruperez/ARAlertController/master/alert7.png",
"https://raw.githubusercontent.com/alexruperez/ARAlertController/master/sheet8.png",
"https://raw.githubusercontent.com/alexruperez/ARAlertController/master/sheet7.png"
],
"license": "MIT",
"authors": {
"alexruperez": "contact@alexruperez.com"
},
"source": {
"git": "https://github.com/alexruperez/ARAlertController.git",
"tag": "0.1.3"
},
"social_media_url": "https://twitter.com/alexruperez",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "ARAlertController/ARAlertController.{h,m}",
"frameworks": "UIKit"
}