blob: 7396b35d650214c770144bb52572ae97df14db0a [file] [log] [blame]
{
"name": "NPLRemoteNotificationManager",
"version": "1.0.3",
"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.3"
},
"social_media_url": "https://twitter.com/nickplee",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"dependencies": {
"Mantle": [
"~> 1.5"
]
}
}