blob: 62afc33c38af40fe78a94afc776669b6e6b2ae78 [file] [log] [blame]
{
"name": "TDDropInAlertView",
"version": "0.0.1",
"summary": "An API-compatible replacement for UIAlertView intended for use with legacy projects.",
"homepage": "https://github.com/TENDIGI/TDDropInAlertView",
"license": "Apache License, Version 2.0",
"authors": {
"Nick Lee": "nick@tendigi.com"
},
"social_media_url": "http://twitter.com/nickplee",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/TENDIGI/TDDropInAlertView.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}