blob: 9b0eb6f273972de70bc19e8ce4eb438509ab1631 [file] [log] [blame]
{
"name": "URBNAlert",
"version": "3.1.1",
"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.1.1"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"source_files": "Sources/URBNAlert/*.swift",
"dependencies": {
"URBNSwiftyConvenience": [
"~> 1.5"
]
},
"swift_version": "5.0"
}