blob: c51ea87116134c59bcb10f6fd31348396ef30d52 [file] [log] [blame]
{
"name": "OptimoveCore",
"version": "2.8.0",
"summary": "Official Optimove SDK for iOS. Core framework.",
"description": "The core framework is used to share code-base between other Optimove frameworks.",
"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.8.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5",
"source_files": "OptimoveCore/Classes/**/*",
"frameworks": "Foundation",
"testspecs": [
{
"name": "unit",
"test_type": "unit",
"source_files": [
"OptimoveCore/Tests/Sources/**/*",
"Shared/Tests/Sources/**/*"
],
"resources": [
"OptimoveCore/Tests/Resources/**/*",
"Shared/Tests/Resources/**/*"
]
}
],
"swift_version": "5"
}