[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / f / 2 / d / SweetNotifications / 2.1.0 / SweetNotifications.podspec.json
blob0046076cb7e1a84527fe47785d01a3d843593baa
2   "name": "SweetNotifications",
3   "version": "2.1.0",
4   "summary": "Serializable notifications for iOS Notification Center",
5   "description": "Do away with Notification Center's weak stringly typed API.",
6   "homepage": "https://github.com/allen-zeng/SweetNotifications",
7   "license": "MIT",
8   "authors": {
9     "Allen Zeng": "allenzeng@outlook.com"
10   },
11   "source": {
12     "git": "https://github.com/allen-zeng/SweetNotifications.git",
13     "tag": "2.1.0"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.10",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "requires_arc": true,
22   "pushed_with_swift_version": "3.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "SweetNotifications/*.swift",
27       "frameworks": "Foundation"
28     },
29     {
30       "name": "UIKeyboard",
31       "ios": {
32         "source_files": "SweetNotifications/UIKeyboardNotifications/*.swift",
33         "frameworks": "UIKit"
34       },
35       "dependencies": {
36         "SweetNotifications/Core": [
38         ]
39       }
40     }
41   ]