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