[Add] FPhiSelphIDWidgetiOS 1.31.0
[CocoaPods.git] / Specs / a / 6 / e / MobileMessaging / 2.0.1 / MobileMessaging.podspec.json
bloba6a2a964b9f2d5490bffa4a81aa0b9d50001f241
2   "name": "MobileMessaging",
3   "version": "2.0.1",
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.0.1"
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_VERSION": "3.0",
24     "SWIFT_INCLUDE_PATHS": "${PODS_ROOT}/MobileMessaging/Pod/Classes/Vendor/AFNetworking/** ${PODS_ROOT}/../../Pod/Classes/Vendor/AFNetworking/**",
25     "OTHER_SWIFT_FLAGS[config=Debug]": "-DDEBUG"
26   },
27   "module_map": "Pod/MobileMessaging.modulemap",
28   "frameworks": [
29     "CoreData",
30     "CoreTelephony"
31   ],
32   "resources": [
33     "Pod/Classes/MessageStorage/*.xcdatamodeld",
34     "Pod/Classes/InternalStorage/*.xcdatamodeld",
35     "Pod/Classes/**/*.modulemap"
36   ],
37   "public_header_files": "Pod/Classes/**/*.h",
38   "private_header_files": "Pod/Classes/Vendor/**/*.h",
39   "source_files": "Pod/Classes/**/*.{h,m,swift}",
40   "exclude_files": "Pod/Classes/Logging/DummyLogger/**",
41   "dependencies": {
42     "SwiftyJSON": [
43       "~> 3.0.0"
44     ],
45     "CocoaLumberjack": [
46       "~> 3.0"
47     ]
48   },
49   "pushed_with_swift_version": "3.0"