blob: 52fdd8557ffb69513b6085abd9a6a5107959b266 [file] [log] [blame]
{
"name": "NWPusher",
"version": "0.5.1",
"summary": "iOS/OS X library for playing with the Apple Push Notification Service.",
"homepage": "https://github.com/noodlewerk/NWPusher",
"license": {
"type": "BSD",
"file": "LICENSE.txt"
},
"authors": {
"Leonard van Driel": "leonardvandriel@gmail.com"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"source": {
"git": "https://github.com/noodlewerk/NWPusher.git",
"tag": "0.5.1"
},
"source_files": "Classes/*.{h,m,c}",
"frameworks": "Security"
}