blob: f4db15900ee24a0feed21710232b57156b1e73d8 [file] [log] [blame]
{
"name": "Pushe",
"version": "1.0.7",
"summary": "Push Notification framework for iOS platform",
"description": "Pushe is a framework written in swift, helping to receive push-notifications in iOS devices.",
"homepage": "https://pushe.co",
"license": {
"type": "proprietary",
"text": " Copyright 2018 - present Pushe. All rights reserved.\n"
},
"authors": {
"Jafar Khoshtabiat": "jafar.khoshtabiat@pushe.co"
},
"source": {
"http": "https://static.pushe.co/d/iOS/Pushe-1.0.7.zip"
},
"vendored_frameworks": "Pushe.framework",
"social_media_url": "https://twitter.com/pushe_co",
"platforms": {
"ios": "8.0"
},
"static_framework": true,
"frameworks": [
"UIKit",
"UserNotifications",
"AdSupport",
"CoreTelephony",
"SystemConfiguration",
"CoreLocation"
],
"dependencies": {
"Firebase/Messaging": [
],
"Sentry": [
]
},
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "NO",
"BUILD_LIBRARY_FOR_DISTRIBUTION": "YES",
"ONLY_ACTIVE_ARCH": "NO",
"VALID_ARCHS": "arm64 arm64e armv7 armv7s x86_64"
}
}