blob: 5261839df7c82cbeb6c7e756456993ce1c8ebeb0 [file] [log] [blame]
{
"name": "OptimoveSDK",
"version": "1.3.0",
"summary": "Optimove SDK for Analytics and push notifications.",
"description": "This Pod includes the Optimove framework for reporting events and receive optimove push notifications",
"homepage": "https://github.com/optimove-tech/iOS-SDK-Integration-Guide",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"optimove mobile developer": "optimove.develop.mobile@gmail.com"
},
"source": {
"git": "https://github.com/optimove-tech/iOS-SDK-Integration-Guide.git",
"tag": "1.3.0"
},
"social_media_url": "https://twitter.com/Optimove",
"platforms": {
"ios": "10.0"
},
"static_framework": true,
"swift_version": "4.2",
"source_files": "OptimoveSDK/Classes/**/*",
"dependencies": {
"Firebase/Core": [
"5.15.0"
],
"FirebaseAnalytics": [
"5.4.0"
],
"FirebaseAnalyticsInterop": [
"1.1.0"
],
"FirebaseCore": [
"5.1.10"
],
"FirebaseDynamicLinks": [
"3.3.0"
],
"FirebaseInstanceID": [
"3.3.0"
],
"FirebaseMessaging": [
"3.2.2"
],
"GoogleAppMeasurement": [
"5.4.0"
],
"GoogleUtilities": [
"5.3.6"
],
"Protobuf": [
"3.6.1"
],
"nanopb": [
"0.3.901"
],
"OptiTrackCore": [
"1.3.0"
]
},
"frameworks": [
"UIKit",
"SystemConfiguration",
"UserNotifications",
"AdSupport"
]
}