[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 5 / 1 / f / WonderPush / 3.1.2 / WonderPush.podspec.json
blob877b0036dc7d635483975e8b3f3992a99f758bc7
2   "name": "WonderPush",
3   "module_name": "WonderPush",
4   "documentation_url": "https://wonderpush.github.io/wonderpush-ios-sdk/",
5   "version": "3.1.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": "v3.1.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": "WonderPush/Sources/WonderPush.h",
41       "source_files": [
42         "WonderPush/Sources/*.{m,h}"
43       ],
44       "resource_bundles": {
45         "WonderPush": "WonderPush/Resources/*.{lproj,storyboard}"
46       }
47     },
48     {
49       "name": "Extension",
50       "source_files": [
51         "WonderPush/Sources/WPNotificationServiceExtension.{m,h}",
52         "WonderPush/Sources/WPLog.*"
53       ]
54     }
55   ]