[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / 6 / e / MobileMessaging / 5.3.1 / MobileMessaging.podspec.json
blobf26bd47ebc11f0e033b6897b297e917b84dac7e1
2   "name": "MobileMessaging",
3   "version": "5.3.1",
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": "5.3.1"
15   },
16   "social_media_url": "https://twitter.com/infobip",
17   "platforms": {
18     "ios": "9.0"
19   },
20   "swift_versions": "4.2",
21   "requires_arc": true,
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "4.2",
24     "OTHER_SWIFT_FLAGS[config=Debug]": "-DDEBUG"
25   },
26   "default_subspecs": "CocoaLumberjack",
27   "module_map": "MobileMessaging.modulemap",
28   "swift_version": "4.2",
29   "subspecs": [
30     {
31       "name": "Core",
32       "frameworks": [
33         "CoreData",
34         "CoreTelephony",
35         "SystemConfiguration"
36       ],
37       "resources": [
38         "Classes/InteractiveNotifications/MessageAlert/*.xib",
39         "Classes/MessageStorage/*.xcdatamodeld",
40         "Classes/Core/InternalStorage/*.xcdatamodeld",
41         "Classes/Core/InternalStorage/*.xcmappingmodel",
42         "Classes/InteractiveNotifications/*.plist",
43         "Classes/Core/Localization/**/*.strings"
44       ],
45       "public_header_files": [
46         "Classes/Core/**/*.h",
47         "Classes/MobileMessaging-umbrella.h"
48       ],
49       "private_header_files": "Classes/Vendor/**/*.h",
50       "source_files": [
51         "Classes/Core/**/*.{h,m,swift}",
52         "Classes/Vendor/**/*.{h,m,swift}",
53         "Classes/MessageStorage/**/*.{h,m,swift}",
54         "Classes/RichNotifications/**",
55         "Classes/InteractiveNotifications/**/*.{h,m,swift}",
56         "Classes/MobileMessaging-umbrella.h"
57       ]
58     },
59     {
60       "name": "CocoaLumberjack",
61       "dependencies": {
62         "MobileMessaging/Core": [
64         ],
65         "CocoaLumberjack": [
66           "3.4.2"
67         ]
68       },
69       "source_files": "Classes/Logging/CocoaLumberjack/**/*.{h,m,swift}"
70     },
71     {
72       "name": "Geofencing",
73       "dependencies": {
74         "MobileMessaging/Core": [
76         ]
77       },
78       "frameworks": "CoreLocation",
79       "source_files": "Classes/Geofencing/**/*.{h,m,swift}"
80     },
81     {
82       "name": "MobileChat",
83       "frameworks": "AudioToolbox",
84       "dependencies": {
85         "MobileMessaging/Core": [
87         ]
88       },
89       "source_files": "Classes/Chat/**/*.{h,m,swift}",
90       "resource_bundles": {
91         "MobileMessaging": [
92           "Classes/Chat/UI/Resources/**/*.{xcassets,png}"
93         ]
94       }
95     }
96   ]