[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / 6 / e / MobileMessaging / 3.9.10 / MobileMessaging.podspec.json
blob99c0fa486ebf1606b01238679455fc423fec10d5
2   "name": "MobileMessaging",
3   "version": "3.9.10",
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.9.10",
15     "branch": "swift-legacy"
16   },
17   "social_media_url": "https://twitter.com/infobip",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "4.0",
24     "OTHER_SWIFT_FLAGS[config=Debug]": "-DDEBUG"
25   },
26   "default_subspecs": "CocoaLumberjack",
27   "module_map": "MobileMessaging.modulemap",
28   "pushed_with_swift_version": "4.0",
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/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   ]