blob: ec3d74a9f7948ea930155b7885b7aeee63b96967 [file] [log] [blame]
{
"name": "IZNotification",
"version": "0.2.0",
"summary": "Library for push notifications.",
"description": "This library makes handling push notifications much easier, when implemented it will tell whether to use a UILocalNotificiation, or a custom pushNotification that will drop down from the top of the screen, you can then interact with it.",
"homepage": "https://github.com/izeni-team/IZNotification",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Taylor Allred": "tallred@izeni.com"
},
"source": {
"git": "https://github.com/izeni-team/IZNotification.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "IZNotification/Classes/**/*"
}