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