[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 4 / c / MMX / 1.3.15 / MMX.podspec.json
blob5b55ba7650697371439eda6958de387333316aed
2   "name": "MMX",
3   "version": "1.3.15",
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.3.15",
16     "submodules": true
17   },
18   "platforms": {
19     "ios": "8.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     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
32   },
33   "dependencies": {
34     "Magnet-XMPPFramework": [
35       "~> 3.6.10"
36     ],
37     "MDMCoreData": [
38       "~> 1.4.0"
39     ],
40     "Mantle": [
41       "~>1.4"
42     ],
43     "CocoaAsyncSocket": [
44       "~>7.4.1"
45     ],
46     "CocoaLumberjack": [
47       "~>1.9"
48     ]
49   }