blob: bdc05b0af9628dfc435ff9c711294370275f9598 [file] [log] [blame]
{
"name": "PiwikTracker",
"version": "4.3.0",
"summary": "A Piwik tracker written in Swift for iOS, tvOS and macOS apps.",
"homepage": "https://github.com/piwik/piwik-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/piwik/piwik-sdk-ios.git",
"tag": "v4.3.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.12"
},
"requires_arc": true,
"default_subspecs": "Core",
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "PiwikTracker/*.swift"
}
]
}