[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / 6 / e / MobileMessaging / 1.0.4 / MobileMessaging.podspec.json
blob2e030c0c50b3d010a853759071438823267f4618
2   "name": "MobileMessaging",
3   "version": "1.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": "1.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     "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   "public_header_files": "Pod/Classes/**/*.h",
27   "private_header_files": "Pod/Classes/Vendor/**/*.h",
28   "frameworks": [
29     "CoreData",
30     "CoreTelephony"
31   ],
32   "resources": [
33     "Pod/Classes/Storage/*.xcdatamodeld",
34     "Pod/Classes/**/*.modulemap"
35   ],
36   "dependencies": {
37     "SwiftyJSON": [
39     ],
40     "CocoaLumberjack": [
42     ]
43   }