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