[Add] CustomerIO 3.7.0
[CocoaPods.git] / Specs / 5 / 1 / f / WonderPush / 2.2.0 / WonderPush.podspec.json
blob249c4b832d20793c89c02f2699de4e6f69941e08
2   "name": "WonderPush",
3   "documentation_url": "http://wonderpush.github.io/wonderpush-ios-sdk/",
4   "version": "2.2.0",
5   "license": {
6     "type": "Apache-2.0",
7     "file": "LICENSE.txt"
8   },
9   "platforms": {
10     "ios": "7.0"
11   },
12   "summary": "Push notification library by WonderPush",
13   "description": "Push notifications iOS library by WonderPush - cross platform push notifications service. https://www.wonderpush.com",
14   "homepage": "https://www.wonderpush.com/",
15   "authors": {
16     "WonderPush": "contact@wonderpush.com"
17   },
18   "source": {
19     "git": "https://github.com/wonderpush/wonderpush-ios-sdk.git",
20     "tag": "v1.2.2.0"
21   },
22   "requires_arc": true,
23   "module_name": "WonderPush",
24   "default_subspecs": [
25     "Core"
26   ],
27   "subspecs": [
28     {
29       "name": "Core",
30       "frameworks": [
31         "SystemConfiguration",
32         "MobileCoreServices",
33         "CoreGraphics",
34         "UIKit",
35         "CoreTelephony",
36         "CoreLocation",
37         "CoreBluetooth",
38         "AVFoundation",
39         "CoreMotion"
40       ],
41       "dependencies": {
42         "TCMobileProvision": "~> 1.0.0",
43         "OpenUDID": "~> 1.0.0",
44         "AFNetworking": "~>3.0",
45         "PKAlertController": "~> 0.6"
46       },
47       "public_header_files": "WonderPush/WonderPush.h",
48       "source_files": [
49         "WonderPush/*.{m,h}"
50       ],
51       "resource_bundles": {
52         "WonderPush": "WonderPush/*.lproj"
53       }
54     },
55     {
56       "name": "NotificationServiceExtension",
57       "frameworks": [
59       ],
60       "dependencies": {
61       },
62       "public_header_files": "NotificationServiceExtension/NotificationServiceExtension.h",
63       "source_files": [
64         "NotificationServiceExtension/*.{m,h}"
65       ],
66       "resource_bundles": {
67       }
68     }
69   ]