[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / a / 6 / e / MobileMessaging / 2.7.0 / MobileMessaging.podspec.json
blob52a4f0fc6e4ba93f0ab08ce852a50080d511adcc
2   "name": "MobileMessaging",
3   "version": "2.7.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.7.0"
15   },
16   "social_media_url": "https://twitter.com/infobip",
17   "platforms": {
18     "ios": "8.0"
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/Core/InternalStorage/*.xcdatamodeld",
39         "Pod/Classes/InteractiveNotifications/*.plist",
40         "Pod/Classes/Core/Localization/**/*.strings"
41       ],
42       "public_header_files": "Pod/Classes/Core/**/*.h",
43       "private_header_files": "Pod/Classes/Vendor/**/*.h",
44       "source_files": [
45         "Pod/Classes/Core/**/*.{h,m,swift}",
46         "Pod/Classes/Vendor/**/*.{h,m,swift}",
47         "Pod/Classes/MessageStorage/**/*.{h,m,swift}",
48         "Pod/Classes/RichNotifications/**",
49         "Pod/Classes/InteractiveNotifications/**/*.{h,m,swift}"
50       ]
51     },
52     {
53       "name": "CocoaLumberjack",
54       "dependencies": {
55         "MobileMessaging/Core": [
57         ],
58         "CocoaLumberjack": [
59           "~> 3.1"
60         ]
61       },
62       "source_files": "Pod/Classes/Logging/CocoaLumberjack/**/*.{h,m,swift}"
63     },
64     {
65       "name": "Geofencing",
66       "dependencies": {
67         "MobileMessaging/Core": [
69         ]
70       },
71       "frameworks": "CoreLocation",
72       "source_files": "Pod/Classes/Geofencing/**"
73     }
74   ]