[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / a / 6 / e / MobileMessaging / 2.6.8 / MobileMessaging.podspec.json
blobf3fc20f92cbf73e1826040c0f2c989c0f323d1f9
2   "name": "MobileMessaging",
3   "version": "2.6.8",
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.6.8"
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       ],
40       "public_header_files": "Pod/Classes/Core/**/*.h",
41       "private_header_files": "Pod/Classes/Vendor/**/*.h",
42       "source_files": [
43         "Pod/Classes/Core/**/*.{h,m,swift}",
44         "Pod/Classes/Vendor/**/*.{h,m,swift}",
45         "Pod/Classes/MessageStorage/**/*.{h,m,swift}",
46         "Pod/Classes/RichNotifications/**",
47         "Pod/Classes/InteractiveNotifications/**"
48       ]
49     },
50     {
51       "name": "CocoaLumberjack",
52       "dependencies": {
53         "MobileMessaging/Core": [
55         ],
56         "CocoaLumberjack": [
57           "~> 3.1"
58         ]
59       },
60       "source_files": "Pod/Classes/Logging/CocoaLumberjack/**/*.{h,m,swift}"
61     },
62     {
63       "name": "Geofencing",
64       "dependencies": {
65         "MobileMessaging/Core": [
67         ]
68       },
69       "frameworks": "CoreLocation",
70       "source_files": "Pod/Classes/Geofencing/**"
71     }
72   ]