blob: b734dd529a256503b5ab00b08f52c4a9fa2bceb0 [file] [log] [blame]
{
"name": "OptimoveSDK",
"version": "2.12.0",
"summary": "Official Optimove SDK for iOS.",
"description": "The Optimove SDK framework is used for reporting events and receive push notifications.",
"homepage": "https://github.com/optimove-tech/Optimove-SDK-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mobius Solutions": "mobile@optimove.com"
},
"source": {
"git": "https://github.com/optimove-tech/Optimove-SDK-iOS.git",
"tag": "2.12.0"
},
"social_media_url": "https://twitter.com/Optimove",
"platforms": {
"ios": "10.0"
},
"static_framework": true,
"swift_versions": "5",
"source_files": "OptimoveSDK/Sources/Classes/**/*",
"dependencies": {
"MatomoTracker": [
"~> 7.0"
],
"OptimoveCore": [
"2.12.0"
]
},
"frameworks": [
"Foundation",
"UIKit",
"SystemConfiguration",
"UserNotifications",
"AdSupport"
],
"testspecs": [
{
"name": "unit",
"test_type": "unit",
"source_files": [
"OptimoveSDK/Tests/Sources/**/*",
"Shared/Tests/Sources/**/*"
],
"resources": [
"OptimoveSDK/Tests/Resources/**/*",
"Shared/Tests/Resources/**/*"
],
"dependencies": {
"Mocker": [
"~> 1.0"
]
}
}
],
"swift_version": "5"
}