blob: 6e1dbc79967b29f729c248843e2d17a0c5577775 [file] [log] [blame]
{
"name": "MSWatchKitNotifications",
"version": "1.0.1",
"summary": "WKInterfaceController+UILocalNotification",
"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",
"homepage": "https://github.com/waltflanagan/MSWatchKitNotifications",
"license": "MIT",
"authors": {
"Mike Simons": "mike@fermentedcode.com"
},
"source": {
"git": "https://github.com/waltflanagan/MSWatchKitNotifications.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/waltflanagan",
"platforms": {
"ios": "8.2"
},
"requires_arc": true,
"default_subspecs": "App",
"subspecs": [
{
"name": "App",
"source_files": "Pod/Classes/App/**/*.{h,m}",
"dependencies": {
"MSWatchKitNotifications/Core": [
]
}
},
{
"name": "Core",
"public_header_files": "Pod/Classes/Core/MSWatchKitNotifications.h",
"source_files": "Pod/Classes/Core/**/*.{h,m}"
},
{
"name": "Extension",
"source_files": "Pod/Classes/Extension/**/*.{h,m}",
"dependencies": {
"MSWatchKitNotifications/Core": [
]
}
}
]
}