[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 5 / 1 / f / WonderPush / 4.0.2 / WonderPush.podspec.json
blob4cc7405998a7fabe91945eb31dbbf5d56b142708
2   "name": "WonderPush",
3   "module_name": "WonderPush",
4   "documentation_url": "https://wonderpush.github.io/wonderpush-ios-sdk/",
5   "version": "4.0.2",
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.0.2"
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       "public_header_files": [
41         "WonderPush/Sources/WonderPush.h",
42         "WonderPush/Sources/WPAction.h",
43         "InAppMessages/Sources/Public/*.h"
44       ],
45       "source_files": [
46         "WonderPush/Sources/*.{m,h}",
47         "Segmentation/Sources/*.{m,h}",
48         "InAppMessages/Sources/*.{m,h}",
49         "InAppMessages/Sources/**/*.{m,h}"
50       ],
51       "resource_bundles": {
52         "WonderPush": [
53           "InAppMessages/Resources/*.storyboard",
54           "InAppMessages/Resources/*.png",
55           "InAppMessages/Resources/*.json",
56           "WonderPush/Resources/*.{lproj,storyboard}"
57         ]
58       }
59     }
60   ]