[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 4 / c / MMX / 1.5.8 / MMX.podspec.json
blob962ff65c0a909455fdd14e3cab80601567f1c67f
2   "name": "MMX",
3   "version": "1.5.8",
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.5.8"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "Source/**/*.{h,m}",
22   "resources": "Source/CoreData/MMX.xcdatamodeld",
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "xcconfig": {
28     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
29     "OTHER_LDFLAGS": "-ObjC",
30     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
31   },
32   "dependencies": {
33     "MMXXMPPFramework": [
34       "3.6.11"
35     ],
36     "MDMCoreData": [
37       "1.5.0"
38     ],
39     "Mantle": [
40       "1.5.4"
41     ],
42     "CocoaLumberjack": [
43       "1.9.2"
44     ],
45     "CocoaAsyncSocket": [
46       "7.4.1"
47     ]
48   }