blob: 88b2f1d9a56b5f16170fdd3abfcb8e7f51a04376 [file] [log] [blame]
{
"name": "notificare-push-lib",
"version": "1.14.1",
"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://notificare.com",
"license": {
"type": "Commercial",
"text": "All rights reserved"
},
"authors": {
"Notificare": "info@notifica.re"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Notificare/notificare-push-lib.git",
"tag": "1.14.1"
},
"source_files": "Notificare/**/*.h",
"resources": [
"DefaultTheme.bundle",
"NotificareManagedModels.bundle"
],
"preserve_paths": "libNotificarePushLib.a",
"frameworks": [
"AVFoundation",
"CoreLocation",
"CoreData",
"UserNotifications",
"MobileCoreServices",
"MessageUI",
"PassKit",
"MapKit",
"SystemConfiguration",
"Security",
"CFNetwork",
"ImageIO",
"StoreKit"
],
"weak_frameworks": "SafariServices",
"libraries": [
"icucore",
"NotificarePushLib"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/notificare-push-lib\"",
"OTHER_LDFLAGS": "-all_load"
},
"requires_arc": true
}