[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / a / 3 / P2EPush / 1.0.0 / P2EPush.podspec.json
blob4844d91c12a9435f51ad2f19074b2bb93acfbe9a
2   "name": "P2EPush",
3   "version": "1.0.0",
4   "summary": "This SDK is used for Notification management via http://push2engage.com",
5   "license": "Copyright (c) 2016 Push2Engage. All rights reserved",
6   "authors": {
7     "Push2Engage": "support@push2engage.com"
8   },
9   "homepage": "http://dev.push2engage.com",
10   "description": "Push2Engage (http://push2engage.com) provides complete interface to send notification to various Mobile Platform. By using Push2Engage, businesses can uniquely target individual Mobile Device. Also businesses can target Mobile Device based on location.",
11   "frameworks": [
12     "UIKit",
13     "Foundation",
14     "Security",
15     "CoreLocation",
16     "SystemConfiguration"
17   ],
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/push2engage/p2e-ios-sdk.git",
21     "tag": "1.0.0"
22   },
23   "platforms": {
24     "ios": "7.0"
25   },
26   "ios": {
27     "preserve_paths": "P2EPush.framework",
28     "public_header_files": "P2EPush.framework/Versions/A/Headers/*.h",
29     "vendored_frameworks": "P2EPush.framework"
30   }