blob: 9c7162b80aecc76a80fb7fc3decaef3e3b38052a [file] [log] [blame]
{
"name": "DSLibAlerts",
"version": "1.0.0",
"summary": "A library for displaying alerts to user.",
"description": "A library for displaying alerts for user. Description to written.\n",
"homepage": "https://github.com/diejmon/DSLibAlerts",
"license": "MIT",
"authors": {
"Alexander Belyavskiy": "diejmon@gmail.com"
},
"source": {
"git": "https://github.com/diejmon/DSLibAlerts.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DSLibAlerts": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"DSLibCore": [
]
}
}