blob: f9591726a43c81f9a0d0ee89d3534bd5fd7a238e [file] [log] [blame]
{
"name": "NPLRemoteNotificationManager",
"version": "1.0.1",
"summary": "An easier way to handle push notification logic around your app.",
"homepage": "https://github.com/nickplee/NPLRemoteNotificationManager",
"license": "MIT",
"authors": {
"Nick Lee": "nick@nickplee.com"
},
"source": {
"git": "https://github.com/nickplee/NPLRemoteNotificationManager.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/nickplee",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"dependencies": {
"Mantle": [
"~> 1.5"
]
}
}