blob: 30294dcaf6edac6433ccf40f8e090383d5cfad34 [file] [log] [blame]
{
"name": "notificare-push-lib",
"version": "1.0-RC5",
"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\n For documentation please refer to: https://notificare.atlassian.net/wiki/display/notificare/Home\n\n For support please use: https://notificare.zendesk.com\n",
"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.0-RC5"
},
"source_files": "Notificare/**/*.h",
"preserve_paths": "libNotificarePushLib.a",
"resources": "NotificareResources.bundle",
"libraries": [
"NotificarePushLib",
"icucore"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/notificare-push-lib\""
},
"frameworks": [
"CoreLocation",
"MobileCoreServices",
"MessageUI",
"PassKit",
"MapKit",
"SystemConfiguration",
"Security",
"CFNetwork"
],
"requires_arc": true
}