blob: 0bbf75528038154d6c7f63eb48fc8cccf0863cc2 [file] [log] [blame]
{
"name": "PushNotificationHandler",
"version": "0.1.0",
"summary": "A simple library to register(optioanl) and handle push notifications in your app.",
"description": "With this library you can register your app for push notifications and get the notification token without any hassle in order to send it to your Push Notification Service (your backend server for example). Also provides a subscription based model that any UIViewController can subscribe and get PushNotifications.",
"homepage": "https://github.com/gtsif21/PushNotificationHandler",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"George Tsifrikas": "gtsifrikas@gmail.com"
},
"source": {
"git": "https://github.com/gtsif21/PushNotificationHandler.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/gtsifrikas",
"platforms": {
"ios": "8.0"
},
"source_files": "PushNotificationHandler/*",
"frameworks": "UIKit"
}