[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / e / b / qgnotification / 3.2.0 / qgnotification.podspec.json
blobbdf249b65593b8e0b63b893af36886cee90883cb
2   "name": "qgnotification",
3   "version": "3.2.0",
4   "documentation_url": "http://docs.qgraph.io",
5   "summary": "This sdk creates Carousel/Slider, Image, Video, Audio and GIF push notifications.",
6   "homepage": "https://github.com/quantumgraph/ios-notification-sdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "QUANTUMGRAPH": "vivek@quantumgraph.com"
13   },
14   "source": {
15     "git": "https://github.com/quantumgraph/ios-notification-sdk.git",
16     "tag": "v3.2.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "*.{m,h}",
22   "requires_arc": true,
23   "default_subspecs": "QGNotificationSdk",
24   "subspecs": [
25     {
26       "name": "QGNotificationSdk",
27       "source_files": "*.{h,m}",
28       "vendored_libraries": "libQGNotificationSdk.a"
29     }
30   ]