[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / 7 / 0 / XBPushNotification / 0.1.1 / XBPushNotification.podspec.json
blob2d8eda462c64d20ccf617013c716fb8bdfe23d87
2   "name": "XBPushNotification",
3   "version": "0.1.1",
4   "summary": "A small library support setting push notification",
5   "description": "                       A small library support setting push notification, with smallest footprint\n\n                       * Markdown format.\n                       * Don't worry about the indent, we strip it!\n",
6   "homepage": "https://github.com/EugeneNguyen/XBPushNotification",
7   "license": "MIT",
8   "authors": {
9     "eugenenguyen": "xuanbinh91@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/EugeneNguyen/XBPushNotification.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "XBPushNotification": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "XBCacheRequest": [
28     ]
29   }