blob: 341a5b52290e56d8ef5bb0e768ddd620af7bb1fe [file] [log] [blame]
{
"name": "MMX",
"version": "1.5.7",
"license": {
"type": "Apache 2.0"
},
"summary": "iOS framework for developing apps using the Magnet Message platform.",
"description": "Magnet Message is a powerful, open source mobile messaging framework enabling real-time user engagement for your mobile apps. Send relevant and targeted communications to customers or employees. Enhance your mobile app with actionable notifications, alerts, in-app events, two-way interactions and more. Get started and get coding in minutes!",
"homepage": "https://www.magnet.com/developer/magnet-message/",
"authors": {
"Magnet Systems, Inc.": "support@magnet.com"
},
"source": {
"git": "https://github.com/magnetsystems/message-ios.git",
"tag": "1.5.7",
"submodules": true
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*.{h,m}",
"resources": "Source/CoreData/MMX.xcdatamodeld",
"frameworks": [
"Foundation",
"UIKit"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
"OTHER_LDFLAGS": "-ObjC",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"dependencies": {
"Magnet-XMPPFramework": [
"3.6.10"
],
"MDMCoreData": [
"1.5.0"
],
"Mantle": [
"1.5.4"
],
"CocoaLumberjack": [
"1.9.2"
],
"CocoaAsyncSocket": [
"7.4.1"
]
}
}