blob: ad86449d49ef016f6a011344ea83ad65588706ff [file] [log] [blame]
{
"name": "notificare-push-lib-tvos",
"version": "0.0.9",
"summary": "Notificare Push Library for tvOS apps",
"description": "Notificare tvOS Library implements the power of smart notifications provided by the Notificare platform in tvOS applications.\n\nFor documentation please refer to: http://docs.notifica.re\n\nFor support please use: http://support.notifica.re",
"homepage": "https://notifica.re/",
"license": {
"type": "Commercial",
"text": "All rights reserved"
},
"authors": {
"Notificare": "support@notifica.re"
},
"platforms": {
"tvos": "10.0"
},
"source": {
"git": "https://github.com/Notificare/notificare-push-lib-tvos.git",
"tag": "0.0.9"
},
"source_files": "Notificare/**/*.h",
"preserve_paths": "libNotificarePushLib.a",
"resources": [
"DefaultTheme.bundle"
],
"libraries": [
"NotificarePushLib",
"icucore"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/notificare-push-lib-tvos\""
},
"frameworks": [
"CoreLocation",
"CoreMedia",
"AVFoundation",
"MobileCoreServices",
"MapKit",
"SystemConfiguration",
"Security",
"CFNetwork",
"ImageIO",
"StoreKit"
],
"requires_arc": true
}