[Add] UBiXDaq 2.4.0
[CocoaPods.git] / Specs / a / 6 / e / MobileMessaging / 3.4.0 / MobileMessaging.podspec.json
blob287bb933a15cd462349ac3f4b132fb93f1ffdd7c
2   "name": "MobileMessaging",
3   "version": "3.4.0",
4   "summary": "Mobile Messaging SDK for iOS",
5   "description": "Mobile Messaging SDK is designed and developed to easily enable push notification channel in your mobile application. In almost no time of implementation you get push notification in you application and access to the features of Infobip IP Messaging Platform.",
6   "homepage": "https://github.com/infobip/mobile-messaging-sdk-ios",
7   "license": "MIT",
8   "authors": {
9     "Andrey Kadochnikov": "andrey.kadochnikov@infobip.com",
10     "Olga Koroleva": "olga.koroleva@infobip.com"
11   },
12   "source": {
13     "git": "https://github.com/infobip/mobile-messaging-sdk-ios.git",
14     "tag": "3.4.0"
15   },
16   "social_media_url": "https://twitter.com/infobip",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "4.0",
23     "OTHER_SWIFT_FLAGS[config=Debug]": "-DDEBUG"
24   },
25   "default_subspecs": "CocoaLumberjack",
26   "module_map": "MobileMessaging.modulemap",
27   "subspecs": [
28     {
29       "name": "Core",
30       "frameworks": [
31         "CoreData",
32         "CoreTelephony",
33         "SystemConfiguration"
34       ],
35       "resources": [
36         "Classes/MessageStorage/*.xcdatamodeld",
37         "Classes/Core/InternalStorage/*.xcdatamodeld",
38         "Classes/InteractiveNotifications/*.plist",
39         "Classes/Core/Localization/**/*.strings"
40       ],
41       "public_header_files": [
42         "Classes/Core/**/*.h",
43         "Classes/MobileMessaging-umbrella.h"
44       ],
45       "private_header_files": "Classes/Vendor/**/*.h",
46       "source_files": [
47         "Classes/Core/**/*.{h,m,swift}",
48         "Classes/Vendor/**/*.{h,m,swift}",
49         "Classes/MessageStorage/**/*.{h,m,swift}",
50         "Classes/RichNotifications/**",
51         "Classes/InteractiveNotifications/**/*.{h,m,swift}",
52         "Classes/MobileMessaging-umbrella.h"
53       ]
54     },
55     {
56       "name": "CocoaLumberjack",
57       "dependencies": {
58         "MobileMessaging/Core": [
60         ],
61         "CocoaLumberjack": [
62           "3.4.1"
63         ]
64       },
65       "source_files": "Classes/Logging/CocoaLumberjack/**/*.{h,m,swift}"
66     },
67     {
68       "name": "Geofencing",
69       "dependencies": {
70         "MobileMessaging/Core": [
72         ]
73       },
74       "frameworks": "CoreLocation",
75       "source_files": "Classes/Geofencing/**"
76     }
77   ]