blob: df91901346465b2a7b32156a7115887ee9fbd1db [file] [log] [blame]
{
"name": "MMX",
"version": "1.0.1",
"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.0.1",
"submodules": true
},
"platforms": {
"ios": "7.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"
},
"dependencies": {
"Magnet-XMPPFramework": [
"~> 3.6.6"
],
"MDMCoreData": [
"~> 1.4.0"
],
"Mantle": [
"~>1.4"
]
}
}