blob: bdf249b65593b8e0b63b893af36886cee90883cb [file] [log] [blame]
{
"name": "qgnotification",
"version": "3.2.0",
"documentation_url": "http://docs.qgraph.io",
"summary": "This sdk creates Carousel/Slider, Image, Video, Audio and GIF push notifications.",
"homepage": "https://github.com/quantumgraph/ios-notification-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"QUANTUMGRAPH": "vivek@quantumgraph.com"
},
"source": {
"git": "https://github.com/quantumgraph/ios-notification-sdk.git",
"tag": "v3.2.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "*.{m,h}",
"requires_arc": true,
"default_subspecs": "QGNotificationSdk",
"subspecs": [
{
"name": "QGNotificationSdk",
"source_files": "*.{h,m}",
"vendored_libraries": "libQGNotificationSdk.a"
}
]
}