[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / 6 / e / MobileMessaging / 2.3.0 / MobileMessaging.podspec.json
blob0f15c0f1833dfa8d9c0d8f79f7effa9e8db948e5
2   "name": "MobileMessaging",
3   "version": "2.3.0",
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": "2.3.0"
15   },
16   "social_media_url": "https://twitter.com/infobip",
17   "platforms": {
18     "ios": "8.4"
19   },
20   "requires_arc": true,
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "3.0.1",
23     "OTHER_SWIFT_FLAGS[config=Debug]": "-DDEBUG"
24   },
25   "default_subspecs": "CocoaLumberjack",
26   "module_map": "Pod/MobileMessaging.modulemap",
27   "pushed_with_swift_version": "3.0.1",
28   "subspecs": [
29     {
30       "name": "Core",
31       "frameworks": [
32         "CoreData",
33         "CoreTelephony",
34         "SystemConfiguration"
35       ],
36       "resources": [
37         "Pod/Classes/MessageStorage/*.xcdatamodeld",
38         "Pod/Classes/InternalStorage/*.xcdatamodeld"
39       ],
40       "public_header_files": "Pod/Classes/**/*.h",
41       "private_header_files": "Pod/Classes/Vendor/**/*.h",
42       "source_files": "Pod/Classes/**/*.{h,m,swift}",
43       "exclude_files": "Pod/Classes/Logging/CocoaLumberjack/**"
44     },
45     {
46       "name": "DummyLogger",
47       "dependencies": {
48         "MobileMessaging/Core": [
50         ]
51       }
52     },
53     {
54       "name": "CocoaLumberjack",
55       "frameworks": [
56         "CoreData",
57         "CoreTelephony",
58         "SystemConfiguration"
59       ],
60       "resources": [
61         "Pod/Classes/MessageStorage/*.xcdatamodeld",
62         "Pod/Classes/InternalStorage/*.xcdatamodeld"
63       ],
64       "public_header_files": "Pod/Classes/**/*.h",
65       "private_header_files": "Pod/Classes/Vendor/**/*.h",
66       "source_files": "Pod/Classes/**/*.{h,m,swift}",
67       "exclude_files": "Pod/Classes/Logging/DummyLogger/**",
68       "dependencies": {
69         "CocoaLumberjack": [
70           "~> 3.0"
71         ]
72       }
73     }
74   ]