[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / 6 / e / MobileMessaging / 10.5.3 / MobileMessaging.podspec.json
bloba25f6b86f87145f927d08196850006fe48644857
2   "name": "MobileMessaging",
3   "version": "10.5.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": "10.5.3"
15   },
16   "platforms": {
17     "ios": "12.0"
18   },
19   "swift_versions": "5",
20   "requires_arc": true,
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "5",
23     "OTHER_SWIFT_FLAGS[config=Debug]": "$(inherited) -DDEBUG"
24   },
25   "default_subspecs": "CocoaLumberjack",
26   "subspecs": [
27     {
28       "name": "Core",
29       "frameworks": [
30         "CoreData",
31         "CoreTelephony",
32         "SystemConfiguration"
33       ],
34       "resource_bundles": {
35         "MMCore": [
36           "Classes/InteractiveNotifications/MessageAlert/*.xib",
37           "Classes/InteractiveNotifications/*.plist",
38           "Classes/Core/Localization/**/*.strings",
39           "Classes/MessageStorage/*.xcdatamodeld",
40           "Classes/Core/InternalStorage/*.xcdatamodeld",
41           "Classes/Core/InternalStorage/*.xcmappingmodel"
42         ]
43       },
44       "public_header_files": [
45         "Classes/Core/**/*.h",
46         "Classes/Vendor/SwiftTryCatch/*.h"
47       ],
48       "private_header_files": [
49         "Classes/Vendor/Alamofire/*.h",
50         "Classes/Vendor/CryptoSwift/*.h",
51         "Classes/Vendor/Keychain/*.h",
52         "Classes/Vendor/Kingsfisher/*.h",
53         "Classes/Vendor/PSOperations/*.h",
54         "Classes/Vendor/SwiftyJSON/*.h"
55       ],
56       "source_files": [
57         "Classes/Core/**/*.{h,m,swift}",
58         "Classes/Vendor/**/*.{h,m,swift}",
59         "Classes/MessageStorage/**/*.{h,m,swift}",
60         "Classes/RichNotifications/**",
61         "Classes/UserSession/**",
62         "Classes/InteractiveNotifications/**/*.{h,m,swift}",
63         "Headers/Public/MobileMessaging/MobileMessaging-umbrella.h"
64       ]
65     },
66     {
67       "name": "CocoaLumberjack",
68       "dependencies": {
69         "MobileMessaging/Core": [
71         ],
72         "CocoaLumberjack/Swift": [
73           "3.7.4"
74         ]
75       },
76       "source_files": "Classes/Logging/CocoaLumberjack/**/*.{h,m,swift}"
77     },
78     {
79       "name": "Geofencing",
80       "dependencies": {
81         "MobileMessaging/Core": [
83         ]
84       },
85       "frameworks": "CoreLocation",
86       "source_files": "Classes/Geofencing/**/*.{h,m,swift}"
87     },
88     {
89       "name": "InAppChat",
90       "frameworks": "AudioToolbox",
91       "dependencies": {
92         "MobileMessaging/Core": [
94         ]
95       },
96       "source_files": "Classes/Chat/**/*.{h,m,swift}",
97       "resource_bundles": {
98         "MMInAppChat": [
99           "Classes/Chat/Resources/**/*.{xcassets,png,html}",
100           "Classes/Chat/Localization/**/*.strings"
101         ]
102       }
103     }
104   ],
105   "swift_version": "5"