blob: b00233f33816f17fb1f51a59a0d183b767a749c3 [file] [log] [blame]
{
"name": "URBNAlert",
"version": "3.0",
"summary": "A swift version of URBNAlert by Ryan Garchinsky.",
"homepage": "https://github.com/URBN/URBNAlert",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kevin Taniguchi": "ktaniguchi@urbn.com"
},
"source": {
"git": "https://github.com/urbn/URBNAlert.git",
"tag": "3.0"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "URBNAlert/Classes/**/*",
"dependencies": {
"URBNSwiftyConvenience": [
"~> 1.5.0"
]
}
}