blob: dde1810d72284637b0d492ff0e98004d108498e4 [file] [log] [blame]
{
"name": "notificare-push-lib",
"version": "1.7.2",
"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.7.2"
},
"source_files": "Notificare/**/*.h",
"preserve_paths": "libNotificarePushLib.a",
"resources": "DefaultTheme.bundle",
"libraries": [
"NotificarePushLib",
"icucore"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/notificare-push-lib\""
},
"frameworks": [
"CoreLocation",
"MobileCoreServices",
"MessageUI",
"PassKit",
"MapKit",
"SystemConfiguration",
"Security",
"CFNetwork",
"ImageIO",
"StoreKit",
"SafariServices"
],
"requires_arc": true
}