[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / 1 / f / WonderPush / 4.3.1 / WonderPush.podspec.json
blobe0fcae61b1f214a3db509a3281341c319c75aee4
2   "name": "WonderPush",
3   "module_name": "WonderPush",
4   "documentation_url": "https://wonderpush.github.io/wonderpush-ios-sdk/",
5   "version": "4.3.1",
6   "license": {
7     "type": "Apache-2.0",
8     "file": "LICENSE.txt"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "swift_versions": [
14     "5.0"
15   ],
16   "summary": "Push notification library by WonderPush",
17   "description": "Push notifications iOS library by WonderPush - cross platform push notifications service. https://www.wonderpush.com",
18   "homepage": "https://www.wonderpush.com/",
19   "authors": {
20     "WonderPush": "contact@wonderpush.com"
21   },
22   "source": {
23     "git": "https://github.com/wonderpush/wonderpush-ios-sdk.git",
24     "tag": "v4.3.1"
25   },
26   "requires_arc": true,
27   "default_subspecs": [
28     "Core"
29   ],
30   "subspecs": [
31     {
32       "name": "Core",
33       "frameworks": [
34         "SystemConfiguration",
35         "CoreGraphics",
36         "UIKit",
37         "CoreTelephony",
38         "CoreLocation",
39         "WebKit"
40       ],
41       "dependencies": {
42       },
43       "xcconfig": {
44         "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/Sources/WonderPushCommon/include\" \"$(PODS_ROOT)/WonderPush/Sources\""
45       },
46       "public_header_files": [
47         "Sources/WonderPush/WonderPush.h",
48         "Sources/WonderPush/WPAction.h",
49         "Sources/WonderPush/InAppMessaging.h",
50         "Sources/WonderPush/WPInAppMessaging.h",
51         "Sources/WonderPush/WPInAppMessagingRendering.h"
52       ],
53       "source_files": [
54         "Sources/WonderPush/*.{m,h}",
55         "SwiftSources/WonderPush/*.swift",
56         "Sources/WonderPushCommon/*.{m,h}"
57       ],
58       "exclude_files": [
59         "SwiftSources/WonderPush/Exports.swift"
60       ],
61       "resource_bundles": {
62         "WonderPush": [
63           "Sources/WonderPush/Resources/*.{lproj,storyboard,png,json,xcprivacy}",
64           "Sources/WonderPush/Resources/javascript/*.js"
65         ]
66       }
67     }
68   ],
69   "swift_version": "5.0"