blob: 2e5ad789570286c5aa5aa6387e58be999fd5890c [file] [log] [blame]
{
"name": "LNRSimpleNotifications",
"version": "0.1.0",
"summary": "Simple Swift in-app notifications.",
"description": "LNRSimpleNotifications is a simplified Swift port of TSMessages. It's built for developers who want simple, customizable in-app notifications that can be set up in just minutes.",
"homepage": "https://github.com/LISNR/LNRSimpleNotifications",
"license": "MIT",
"authors": {
"Jon Schneider": "jon@lisnr.com"
},
"source": {
"git": "https://github.com/LISNR/LNRSimpleNotifications.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LNRSimpleNotifications": [
"Pod/Assets/*.png"
]
}
}