blob: 1152b17c77589c4433dfe75ceb291735706d8fc3 [file] [log] [blame]
{
"name": "OptimoveSDK",
"version": "2.1.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": "2.1.0"
},
"social_media_url": "https://twitter.com/Optimove",
"platforms": {
"ios": "10.0"
},
"static_framework": true,
"swift_versions": "4.2",
"source_files": "OptimoveSDK/Classes/**/*",
"dependencies": {
"FirebaseDynamicLinks": [
"4.0.0"
],
"FirebaseMessaging": [
"4.0.2"
],
"OptiTrackCore": [
"1.3.0"
]
},
"frameworks": [
"UIKit",
"SystemConfiguration",
"UserNotifications",
"AdSupport"
],
"swift_version": "4.2"
}