[Add] GGXOfflineWebCache 0.5.2
[CocoaPods.git] / Specs / a / 6 / e / MobileMessaging / 3.8.1 / MobileMessaging.podspec.json
blob384df1c8672e0f84607938f612cf7386eb5721f5
2   "name": "MobileMessaging",
3   "version": "3.8.1",
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.8.1"
15   },
16   "social_media_url": "https://twitter.com/infobip",
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "4.0",
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/InteractiveNotifications/*.plist",
40         "Classes/Core/Localization/**/*.strings"
41       ],
42       "public_header_files": [
43         "Classes/Core/**/*.h",
44         "Classes/MobileMessaging-umbrella.h"
45       ],
46       "private_header_files": "Classes/Vendor/**/*.h",
47       "source_files": [
48         "Classes/Core/**/*.{h,m,swift}",
49         "Classes/Vendor/**/*.{h,m,swift}",
50         "Classes/MessageStorage/**/*.{h,m,swift}",
51         "Classes/RichNotifications/**",
52         "Classes/InteractiveNotifications/**/*.{h,m,swift}",
53         "Classes/MobileMessaging-umbrella.h"
54       ]
55     },
56     {
57       "name": "CocoaLumberjack",
58       "dependencies": {
59         "MobileMessaging/Core": [
61         ],
62         "CocoaLumberjack": [
63           "3.4.2"
64         ]
65       },
66       "source_files": "Classes/Logging/CocoaLumberjack/**/*.{h,m,swift}"
67     },
68     {
69       "name": "Geofencing",
70       "dependencies": {
71         "MobileMessaging/Core": [
73         ]
74       },
75       "frameworks": "CoreLocation",
76       "source_files": "Classes/Geofencing/**/*.{h,m,swift}"
77     },
78     {
79       "name": "MobileChat",
80       "frameworks": "AudioToolbox",
81       "dependencies": {
82         "MobileMessaging/Core": [
84         ]
85       },
86       "source_files": "Classes/Chat/**/*.{h,m,swift}",
87       "resource_bundles": {
88         "MobileMessaging": [
89           "Classes/Chat/UI/Resources/**/*.{xcassets,png}"
90         ]
91       }
92     }
93   ]