[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / 6 / e / MobileMessaging / 5.1.2 / MobileMessaging.podspec.json
blob6231cedf0e122ee61b17f169d97de7e00c4f0f8e
2   "name": "MobileMessaging",
3   "version": "5.1.2",
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.1.2"
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/Core/InternalStorage/*.xcmappingmodel",
41         "Classes/InteractiveNotifications/*.plist",
42         "Classes/Core/Localization/**/*.strings"
43       ],
44       "public_header_files": [
45         "Classes/Core/**/*.h",
46         "Classes/MobileMessaging-umbrella.h"
47       ],
48       "private_header_files": "Classes/Vendor/**/*.h",
49       "source_files": [
50         "Classes/Core/**/*.{h,m,swift}",
51         "Classes/Vendor/**/*.{h,m,swift}",
52         "Classes/MessageStorage/**/*.{h,m,swift}",
53         "Classes/RichNotifications/**",
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.4.2"
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": "MobileChat",
82       "frameworks": "AudioToolbox",
83       "dependencies": {
84         "MobileMessaging/Core": [
86         ]
87       },
88       "source_files": "Classes/Chat/**/*.{h,m,swift}",
89       "resource_bundles": {
90         "MobileMessaging": [
91           "Classes/Chat/UI/Resources/**/*.{xcassets,png}"
92         ]
93       }
94     }
95   ]