[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 1 / f / WonderPush / 2.3.0 / WonderPush.podspec.json
blob4f1a89d002993454b7514d209e80b3b805096bef
2   "name": "WonderPush",
3   "module_name": "WonderPush",
4   "documentation_url": "http://wonderpush.github.io/wonderpush-ios-sdk/",
5   "version": "2.3.0",
6   "license": {
7     "type": "Apache-2.0",
8     "file": "LICENSE.txt"
9   },
10   "platforms": {
11     "ios": "7.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": "v1.2.3.0"
22   },
23   "requires_arc": true,
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   ]