| { |
| "name": "P2EPush", |
| "version": "1.0.0", |
| "summary": "This SDK is used for Notification management via http://push2engage.com", |
| "license": "Copyright (c) 2016 Push2Engage. All rights reserved", |
| "authors": { |
| "Push2Engage": "support@push2engage.com" |
| }, |
| "homepage": "http://dev.push2engage.com", |
| "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.", |
| "frameworks": [ |
| "UIKit", |
| "Foundation", |
| "Security", |
| "CoreLocation", |
| "SystemConfiguration" |
| ], |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/push2engage/p2e-ios-sdk.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "ios": { |
| "preserve_paths": "P2EPush.framework", |
| "public_header_files": "P2EPush.framework/Versions/A/Headers/*.h", |
| "vendored_frameworks": "P2EPush.framework" |
| } |
| } |