[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / a / 6 / e / MobileMessaging / 6.0.2 / MobileMessaging.podspec.json
blob72d8fa63a05430452a9c5835e419ea65c8aaa12f
2   "name": "MobileMessaging",
3   "version": "6.0.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": "6.0.2"
15   },
16   "platforms": {
17     "ios": "9.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/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.6"
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   ],
95   "swift_version": "5"