blob: b52413f38e9cfe22449c904f6340f1660b096b18 [file] [log] [blame]
{
"name": "PBTinyAlert",
"version": "0.0.2",
"summary": "PBTinyAlert is a tiny, lightweight and customizable notification view for your IOS portrait App",
"homepage": "https://github.com/mklb/PBTinyAlert",
"screenshots": "https://raw.githubusercontent.com/mklb/PBTinyAlert/master/PBTinyAlert.gif",
"license": "MIT",
"authors": {
"Patrick Bläsing": "hallo@by-maikel.com"
},
"source": {
"git": "https://github.com/mklb/PBTinyAlert.git",
"tag": "0.0.2"
},
"social_media_url": "https://twitter.com/justawebguy",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"PBTinyAlert": [
"Pod/Assets/*.png"
]
},
"frameworks": "AudioToolbox",
"dependencies": {
"pop": [
"~> 1.0"
]
}
}