| { |
| "name": "PWAlerts", |
| "version": "1.3.2", |
| "summary": "The MaaS Alerts & Notifications SDK", |
| "homepage": "http://phunware.github.io/maas-alerts-ios-sdk/", |
| "authors": { |
| "Phunware, Inc.": "http://www.phunware.com" |
| }, |
| "social_media_url": "https://twitter.com/Phunware", |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/phunware/maas-alerts-ios-sdk.git", |
| "tag": "v1.3.2" |
| }, |
| "license": { |
| "type": "Copyright", |
| "text": "Copyright 2014 by Phunware Inc. All rights reserved." |
| }, |
| "public_header_files": "Framework/PWAlerts.framework/Versions/A/Headers/*.h", |
| "ios": { |
| "vendored_frameworks": "Framework/PWAlerts.framework", |
| "frameworks": [ |
| "Security", |
| "QuartzCore", |
| "SystemConfiguration", |
| "MobileCoreServices", |
| "CoreTelephony" |
| ] |
| }, |
| "dependencies": { |
| "PWCore": [ |
| |
| ] |
| }, |
| "xcconfig": { |
| "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/PWAlerts/**\"" |
| }, |
| "requires_arc": true |
| } |