blob: bb54b0440bc4cd2ca0e518b7f24830117036ae62 [file] [log] [blame]
{
"name": "OptimoveSDK",
"version": "2.0.1",
"summary": "Optimove SDK for Analytics and push notifications.",
"description": "This Pod includes the Optimove framework for reporting events and receiving optipush 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": "2.0.1"
},
"social_media_url": "https://twitter.com/Optimove",
"platforms": {
"ios": "10.0"
},
"static_framework": true,
"swift_version": "4.2",
"source_files": "OptimoveSDK/Classes/**/*",
"dependencies": {
"Firebase": [
"5.20.2"
],
"FirebaseAnalytics": [
"5.8.1"
],
"FirebaseAnalyticsInterop": [
"1.2.0"
],
"FirebaseCore": [
"5.4.1"
],
"FirebaseDynamicLinks": [
"3.4.3"
],
"FirebaseInstanceID": [
"3.8.1"
],
"FirebaseMessaging": [
"3.5.0"
],
"GoogleAppMeasurement": [
"5.8.1"
],
"GoogleUtilities": [
"5.7.0"
],
"Protobuf": [
"3.7.0"
],
"nanopb": [
"0.3.901"
],
"OptiTrackCore": [
"1.3.0"
]
},
"frameworks": [
"UIKit",
"SystemConfiguration",
"UserNotifications",
"AdSupport"
]
}