[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / a / 6 / e / MobileMessaging / 0.3.0 / MobileMessaging.podspec.json
blob7ae861489410fc249a67737e60394506b14b8b6c
2   "name": "MobileMessaging",
3   "version": "0.3.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": "0.3.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     "ENABLE_TESTABILITY": "YES",
23     "SWIFT_INCLUDE_PATHS": "${PODS_ROOT}/MobileMessaging/Pod/Classes/Vendor/MagicalRecord/** ${PODS_ROOT}/MobileMessaging/Pod/Classes/Vendor/AFNetworking/** ${PODS_ROOT}/../../Pod/Classes/Vendor/MagicalRecord/** ${PODS_ROOT}/../../Pod/Classes/Vendor/AFNetworking/**"
24   },
25   "source_files": "Pod/Classes/**/*.{c,h,hh,m,mm,swift}",
26   "resource_bundles": {
27     "MobileMessaging": [
28       "Pod/Assets/*.png"
29     ]
30   },
31   "public_header_files": "Pod/Classes/**/*.h",
32   "private_header_files": "Pod/Classes/Vendor/**/*.h",
33   "frameworks": [
34     "CoreData",
35     "CoreTelephony"
36   ],
37   "resources": [
38     "Pod/Classes/Storage/*.xcdatamodeld",
39     "Pod/Classes/**/*.modulemap"
40   ],
41   "dependencies": {
42     "Freddy": [
43       "~> 2.0"
44     ],
45     "CocoaLumberjack": [
47     ]
48   }