[Add] GGXOfflineWebCache 0.5.2
[CocoaPods.git] / Specs / a / 6 / e / MobileMessaging / 2.6.6 / MobileMessaging.podspec.json
blob3aa1308078fa2418445584bdc4d33db1cc114713
2   "name": "MobileMessaging",
3   "version": "2.6.6",
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.6"
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       ]
48     },
49     {
50       "name": "CocoaLumberjack",
51       "dependencies": {
52         "MobileMessaging/Core": [
54         ],
55         "CocoaLumberjack": [
56           "~> 3.1"
57         ]
58       },
59       "source_files": "Pod/Classes/Logging/CocoaLumberjack/**/*.{h,m,swift}"
60     },
61     {
62       "name": "Geofencing",
63       "dependencies": {
64         "MobileMessaging/Core": [
66         ]
67       },
68       "frameworks": "CoreLocation",
69       "source_files": "Pod/Classes/Geofencing/**"
70     }
71   ]