[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / 6 / e / MobileMessaging / 9.2.13 / MobileMessaging.podspec.json
blob77e75775984de955b1edfec058108e53b38ee3be
2   "name": "MobileMessaging",
3   "version": "9.2.13",
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": "9.2.13"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "swift_versions": "5",
20   "requires_arc": true,
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "5",
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/InteractiveNotifications/MessageAlert/*.xib",
37         "Classes/MessageStorage/*.xcdatamodeld",
38         "Classes/Core/InternalStorage/*.xcdatamodeld",
39         "Classes/Core/InternalStorage/*.xcmappingmodel",
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/UserSession/**",
54         "Classes/InteractiveNotifications/**/*.{h,m,swift}",
55         "Classes/MobileMessaging-umbrella.h"
56       ]
57     },
58     {
59       "name": "CocoaLumberjack",
60       "dependencies": {
61         "MobileMessaging/Core": [
63         ],
64         "CocoaLumberjack": [
65           "3.6"
66         ]
67       },
68       "source_files": "Classes/Logging/CocoaLumberjack/**/*.{h,m,swift}"
69     },
70     {
71       "name": "Geofencing",
72       "dependencies": {
73         "MobileMessaging/Core": [
75         ]
76       },
77       "frameworks": "CoreLocation",
78       "source_files": "Classes/Geofencing/**/*.{h,m,swift}"
79     },
80     {
81       "name": "InAppChat",
82       "frameworks": "AudioToolbox",
83       "dependencies": {
84         "MobileMessaging/Core": [
86         ]
87       },
88       "source_files": "Classes/Chat/**/*.{h,m,swift}",
89       "resources": [
90         "Classes/Chat/Resources/**/*.{xcassets,png,html}",
91         "Classes/Chat/Localization/**/*.strings"
92       ]
93     }
94   ],
95   "swift_version": "5"