blob: 18f7fd660f102fd9b7375ec587e06a44a15f35e4 [file] [log] [blame]
{
"name": "PiwikTracker",
"version": "4.0.0-beta2",
"summary": "A Piwik tracker written in Swift for iOS 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.0.0-beta2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "PiwikTracker/*.swift"
}
]
}