blob: d2c1398b97c85504af3af8cd010af7caabfc7963 [file] [log] [blame]
{
"name": "notificare-push-lib",
"version": "1.9.7",
"summary": "Notificare Push Library for iOS apps",
"description": "Notificare iOS Library implements the power of smart notifications provided by the Notificare platform in iOS 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": {
"ios": null
},
"source": {
"git": "https://github.com/Notificare/notificare-push-lib.git",
"tag": "1.9.7"
},
"source_files": "Notificare/**/*.h",
"preserve_paths": "libNotificarePushLib.a",
"resources": [
"DefaultTheme.bundle",
"NotificareManagedModels.bundle"
],
"libraries": [
"NotificarePushLib",
"icucore"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/notificare-push-lib\""
},
"frameworks": [
"CoreLocation",
"CoreData",
"UserNotifications",
"MobileCoreServices",
"MessageUI",
"PassKit",
"MapKit",
"SystemConfiguration",
"Security",
"CFNetwork",
"ImageIO",
"StoreKit",
"SafariServices"
],
"requires_arc": true
}