blob: 5bb5202c03523be518d018612686a3c18ffdd6eb [file] [log] [blame]
{
"name": "SimulatorRemoteNotifications",
"version": "0.0.3",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"summary": "Library to send mock remote notifications to the iOS simulator",
"homepage": "https://github.com/acoomans/SimulatorRemoteNotifications",
"screenshots": [
"https://raw.githubusercontent.com/acoomans/SimulatorRemoteNotifications/0.0.3/Screenshots/screenshot01.png",
"https://raw.githubusercontent.com/acoomans/SimulatorRemoteNotifications/0.0.3/Screenshots/screenshot02.png"
],
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"authors": {
"Arnaud Coomans": "arnaud.coomans@gmail.com"
},
"source_files": "SimulatorRemoteNotifications/**/*.{h,m}",
"source": {
"git": "https://github.com/acoomans/SimulatorRemoteNotifications.git",
"tag": "0.0.3"
}
}