blob: dad0ae26f2718abe68f98b83d32f3a48c2163d0c [file] [log] [blame]
{
"name": "MMX",
"version": "1.1.3",
"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.1.3",
"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.9"
],
"MDMCoreData": [
"~> 1.4.0"
],
"Mantle": [
"~>1.4"
],
"CocoaAsyncSocket": [
"~>7.4.1"
],
"CocoaLumberjack": [
"~>1.9"
]
}
}