blob: 86be9952b94a7f4e5c5c64d617eb2de6b1677845 [file] [log] [blame]
{
"name": "notificare-push-lib",
"version": "2.4-beta3",
"summary": "Notificare Library for iOS apps",
"description": "Notificare iOS Library implements the power of smart notifications, location services, contextual marketing and powerful loyalty solutions 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": "9.0"
},
"source": {
"git": "https://github.com/Notificare/notificare-push-lib.git",
"tag": "2.4-beta3"
},
"source_files": "NotificarePushLib/*.h",
"resources": [
"DefaultTheme.bundle",
"NotificareManagedModels.bundle"
],
"preserve_paths": "libNotificarePushLib.a",
"frameworks": [
"AVFoundation",
"CoreLocation",
"CoreData",
"UserNotifications",
"MessageUI",
"MapKit",
"CoreMedia",
"CoreServices",
"SystemConfiguration",
"Security",
"CFNetwork",
"ImageIO",
"StoreKit",
"WebKit",
"QuartzCore",
"Foundation",
"UIKit"
],
"libraries": [
"icucore",
"NotificarePushLib"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/notificare-push-lib\"",
"OTHER_LDFLAGS": "-ObjC"
},
"requires_arc": true,
"static_framework": true
}