blob: 07743e4a2fdb47b6c52398d10f5bf4532bf02444 [file] [log] [blame]
{
"name": "Pushe",
"version": "1.0.2",
"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.2.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": [
]
}
}