[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / a / 6 / e / MobileMessaging / 3.0.4 / MobileMessaging.podspec.json
blobd15db12ed12c7a4f8f5b0e3b474772cbc91c557f
2   "name": "MobileMessaging",
3   "version": "3.0.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": "3.0.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": "4.0",
23     "OTHER_SWIFT_FLAGS[config=Debug]": "-DDEBUG"
24   },
25   "default_subspecs": "CocoaLumberjack",
26   "module_map": "MobileMessaging.modulemap",
27   "pushed_with_swift_version": "4.0",
28   "subspecs": [
29     {
30       "name": "Core",
31       "frameworks": [
32         "CoreData",
33         "CoreTelephony",
34         "SystemConfiguration"
35       ],
36       "resources": [
37         "Classes/MessageStorage/*.xcdatamodeld",
38         "Classes/Core/InternalStorage/*.xcdatamodeld",
39         "Classes/InteractiveNotifications/*.plist",
40         "Classes/Core/Localization/**/*.strings"
41       ],
42       "public_header_files": [
43         "Classes/Core/**/*.h",
44         "Classes/MobileMessaging-umbrella.h"
45       ],
46       "private_header_files": "Classes/Vendor/**/*.h",
47       "source_files": [
48         "Classes/Core/**/*.{h,m,swift}",
49         "Classes/Vendor/**/*.{h,m,swift}",
50         "Classes/MessageStorage/**/*.{h,m,swift}",
51         "Classes/RichNotifications/**",
52         "Classes/InteractiveNotifications/**/*.{h,m,swift}",
53         "Classes/MobileMessaging-umbrella.h"
54       ]
55     },
56     {
57       "name": "CocoaLumberjack",
58       "dependencies": {
59         "MobileMessaging/Core": [
61         ],
62         "CocoaLumberjack": [
63           "~> 3.1"
64         ]
65       },
66       "source_files": "Classes/Logging/CocoaLumberjack/**/*.{h,m,swift}"
67     },
68     {
69       "name": "Geofencing",
70       "dependencies": {
71         "MobileMessaging/Core": [
73         ]
74       },
75       "frameworks": "CoreLocation",
76       "source_files": "Classes/Geofencing/**"
77     }
78   ]