[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 5 / 4 / c / MMX / 1.0.1 / MMX.podspec.json
blobdf91901346465b2a7b32156a7115887ee9fbd1db
2   "name": "MMX",
3   "version": "1.0.1",
4   "license": {
5     "type": "Apache 2.0"
6   },
7   "summary": "iOS framework for developing apps using the Magnet Message platform.",
8   "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!",
9   "homepage": "https://www.magnet.com/developer/magnet-message/",
10   "authors": {
11     "Magnet Systems, Inc.": "support@magnet.com"
12   },
13   "source": {
14     "git": "https://github.com/magnetsystems/message-ios.git",
15     "tag": "1.0.1",
16     "submodules": true
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "Source/**/*.{h,m}",
23   "resources": "Source/CoreData/MMX.xcdatamodeld",
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "xcconfig": {
29     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
30     "OTHER_LDFLAGS": "-ObjC"
31   },
32   "dependencies": {
33     "Magnet-XMPPFramework": [
34       "~> 3.6.6"
35     ],
36     "MDMCoreData": [
37       "~> 1.4.0"
38     ],
39     "Mantle": [
40       "~>1.4"
41     ]
42   }