blob: df98e66ca07c9bdd4d4634eee1ef6eee8ef881ec [file] [log] [blame]
{
"name": "MatomoTracker",
"version": "5.2.0",
"summary": "A Matomo tracker written in Swift for iOS, tvOS and macOS apps.",
"homepage": "https://github.com/matomo-org/matomo-sdk-ios/",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Mattias Levin": "mattias.levin@gmail.com",
"Cornelius Horstmann": "site-github@brototyp.de"
},
"source": {
"git": "https://github.com/matomo-org/matomo-sdk-ios.git",
"tag": "v5.2.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.12"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "MatomoTracker/*.swift"
}
]
}