blob: 8c59e0f9edb06751c6cc8d820fe3487520a1bc21 [file] [log] [blame]
{
"name": "Notify",
"version": "0.2.1",
"summary": "Notify is a presentation layer for displaying notifications within your app.",
"description": "The purpose of notify is to present addressable notification to your users within your app.\nExamples might include asking users to address permissions or whether they've seen some information relevant to them.\nNotifications support enqueuing and are presented in a FIFO order.\nBasic features include styling your notifications and the ability to show or hide the status bar.",
"homepage": "https://github.com/yourkarma/Notify",
"screenshots": [
"https://github.com/yourkarma/Notify/raw/master/success.png?raw=true%20%22Success%20Notification%22%20=250x",
"https://github.com/yourkarma/Notify/blob/master/error.png?raw=true%20%22Error%20Notification%22%20=250x"
],
"license": "MIT",
"authors": {
"asowers": "andrew.sowers@yourkarma.com",
"klaaspieter": "kpa@annema.me"
},
"source": {
"git": "https://github.com/yourkarma/Notify.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/andrewsowers",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Notify": [
"Pod/Assets/*.png"
]
}
}