blob: 7eb73bd4b524743baddcf63dc5f212e1cb59d9ac [file] [log] [blame]
{
"name": "URBNAlert",
"version": "1.6.1",
"summary": "A custom alert view based off of UIAlertController but highly customizable.",
"homepage": "https://github.com/urbn/URBNAlert",
"license": "MIT",
"authors": {
"urbn": "jgrandelli@urbn.com"
},
"source": {
"git": "https://github.com/urbn/URBNAlert.git",
"tag": "1.6.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"URBNConvenience": [
"~> 0.8.2"
]
},
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"URBNAlert": [
"Pod/Assets/*.png"
]
}
}