[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 1 / f / WonderPush / 2.1.3 / WonderPush.podspec.json
blob8178bbc69b0af7ec44f0f2737b2b3c7e3fec11f5
2   "name": "WonderPush",
3   "documentation_url": "http://wonderpush.github.io/wonderpush-ios-sdk/",
4   "version": "2.1.3",
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.1.3"
21   },
22   "requires_arc": true,
23   "module_name": "WonderPush",
24   "frameworks": [
25     "SystemConfiguration",
26     "MobileCoreServices",
27     "CoreGraphics",
28     "UIKit",
29     "CoreTelephony",
30     "CoreLocation",
31     "CoreBluetooth",
32     "AVFoundation",
33     "CoreMotion"
34   ],
35   "dependencies": {
36     "TCMobileProvision": "~> 1.0.0",
37     "OpenUDID": "~> 1.0.0",
38     "AFNetworking": "~>3.0",
39     "PKAlertController": "~> 0.6"
40   },
41   "public_header_files": "WonderPush/WonderPush.h",
42   "source_files": [
43     "WonderPush/*.{m,h}"
44   ],
45   "resource_bundles": {
46     "WonderPush": "WonderPush/*.lproj"
47   }