[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 1 / 9 / a / WonderPushExtension / 4.1.3 / WonderPushExtension.podspec.json
blob25ea5cbfd7687d0b3f58edbbb50253f1b661b7fc
2   "name": "WonderPushExtension",
3   "module_name": "WonderPushExtension",
4   "documentation_url": "https://wonderpush.github.io/wonderpush-ios-sdk/",
5   "version": "4.1.3",
6   "license": {
7     "type": "Apache-2.0",
8     "file": "LICENSE.txt"
9   },
10   "platforms": {
11     "ios": "10.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.3"
22   },
23   "requires_arc": true,
24   "default_subspecs": [
25     "Extension"
26   ],
27   "xcconfig": {
28     "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/Sources/WonderPushCommon/include\" \"$(PODS_ROOT)/WonderPushExtension/Sources\""
29   },
30   "subspecs": [
31     {
32       "name": "Extension",
33       "source_files": [
34         "Sources/WonderPushExtension/*.{m,h}",
35         "Sources/WonderPushCommon/*.{m,h}",
36         "Sources/WonderPush/WonderPush_constants.h",
37         "Sources/WonderPush/WPURLConstants.h"
38       ],
39       "exclude_files": [
40         "Sources/WonderPushExtension/WonderPush_constants.h",
41         "Sources/WonderPushExtension/WPURLConstants.h",
42         "Sources/WonderPushCommon/WonderPush_constants.h"
43       ]
44     }
45   ]