blob: 5adc883659daee95c4e89559bffe8fdc75306856 [file] [log] [blame]
{
"name": "PiwikTracker",
"version": "2.0.0",
"summary": "A Piwik tracker written in Objective-C.",
"homepage": "https://github.com/mattiaslevin/PiwikTracker",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Mattias Levin": "mattias.levin@gmail.com"
},
"source": {
"git": "https://github.com/mattiaslevin/PiwikTracker.git",
"tag": "v2.0.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "PiwikTracker/*.{h,m,xcdatamodeld}",
"frameworks": [
"Foundation",
"UIKit",
"CoreData",
"CoreLocation",
"CoreGraphics"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"1.3.1"
]
}
}