[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / f / d / 4 / MSWatchKitNotifications / 1.0.0 / MSWatchKitNotifications.podspec.json
blob495721d4ca18e033db017e7c14957549a5b3dda0
2   "name": "MSWatchKitNotifications",
3   "version": "1.0.0",
4   "summary": "WKInterfaceController+UILocalNotification",
5   "description": "                      MSWatchKitNotifications allows you to schedule UILocalNotifications from WKInterfaceController.\n\n                      UILocalNotifications are serialized to NSData and passed to the parent app via openParentApplication:reply:\n",
6   "homepage": "https://github.com/waltflanagan/MSWatchKitNotifications",
7   "license": "MIT",
8   "authors": {
9     "Mike Simons": "mike@fermentedcode.com"
10   },
11   "source": {
12     "git": "https://github.com/waltflanagan/MSWatchKitNotifications.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/waltflanagan",
16   "platforms": {
17     "ios": "8.2"
18   },
19   "requires_arc": true,
20   "default_subspecs": "App",
21   "subspecs": [
22     {
23       "name": "App",
24       "source_files": "Pod/Classes/App/**/*.{h,m}",
25       "dependencies": {
26         "MSWatchKitNotifications/Core": [
28         ]
29       }
30     },
31     {
32       "name": "Core",
33       "public_header_files": "Pod/Classes/Core/MSWatchKitNotifications.h",
34       "source_files": "Pod/Classes/Core/**/*.{h,m}"
35     },
36     {
37       "name": "Extension",
38       "source_files": "Pod/Classes/Extension/**/*.{h,m}",
39       "dependencies": {
40         "MSWatchKitNotifications/Core": [
42         ]
43       }
44     }
45   ]