blob: ab4d529f39dae6f3442cea4bdae0af0de27e71c4 [file] [log] [blame]
{
"name": "OptimoveSDK",
"version": "2.2.3",
"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": {
"Mobius Solutions": "mobile@optimove.com"
},
"source": {
"git": "https://github.com/optimove-tech/iOS-SDK-Integration-Guide.git",
"tag": "2.2.3"
},
"social_media_url": "https://twitter.com/Optimove",
"platforms": {
"ios": "10.0"
},
"static_framework": true,
"swift_versions": "5",
"source_files": "OptimoveSDK/Classes/**/*",
"dependencies": {
"FirebaseMessaging": [
"~> 4.0"
],
"MatomoTracker": [
"~> 6.0"
],
"ReachabilitySwift": [
"~> 4.0"
]
},
"frameworks": [
"UIKit",
"SystemConfiguration",
"UserNotifications",
"AdSupport"
],
"swift_version": "5"
}