blob: bb4966af4aa22400034a543b5638e277f282054f [file] [log] [blame]
{
"name": "OptimoveSDK",
"version": "1.2.2",
"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.2.2"
},
"social_media_url": "https://twitter.com/Optimove",
"platforms": {
"ios": "10.0"
},
"static_framework": true,
"swift_version": "4.1",
"source_files": "OptimoveSDK/Classes/**/*",
"dependencies": {
"Firebase/Core": [
"5.4.0"
],
"FirebaseMessaging": [
"3.0.3"
],
"FirebaseDynamicLinks": [
"3.0.1"
],
"OptiTrackCore": [
],
"XCGLogger": [
"~> 6.0.4"
]
},
"frameworks": "UIKit"
}