blob: 6cce8c3e345672c6642741a801b50dc7166b461d [file] [log] [blame]
{
"name": "TPWidgetBridge",
"version": "1.0.1",
"homepage": "https://github.com/whf5566/TPWidgetBridge",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"whf5566": "whf5566@gmail.com"
},
"social_media_url": "https://www.wellphone.me",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/whf5566/TPWidgetBridge.git",
"tag": "v1.0.1"
},
"source_files": "TPWidgetBridge/TPWidgetBridge",
"public_header_files": "TPWidgetBridge/TPWidgetBridge/*.{h}",
"requires_arc": true,
"summary": "TPWidgetBridge creates a bridge between an iOS extension and its containing application.",
"description": "# TPWidgetBridge\nTPWidgetBridge creates a bridge between an iOS extension and its containing application.The TPWidgetBridge supports CFNotificationCenter Darwin Notifications in an effort to support realtime change notifications."
}