blob: 2b31aa9a5b0266e7c86afd9896f4ee8a59805513 [file] [log] [blame]
{
"name": "WXPiwikTracker",
"version": "3.3.3",
"summary": "A Piwik tracker written in Objective-C for iOS and OSX apps.",
"homepage": "https://github.com/matomo-org/matomo-sdk-ios",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Mattias Levin": "mattias.levin@gmail.com"
},
"source": {
"git": "https://github.com/LisonFan/matomo-sdk-ios",
"tag": "v3.3.3"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "PiwikTracker/*.{h,m}",
"osx": {
"exclude_files": "PiwikTracker/PiwikTrackedViewController.{h,m}",
"frameworks": [
"Foundation",
"Cocoa",
"CoreData",
"CoreGraphics"
]
},
"resources": "PiwikTracker/piwiktracker.xcdatamodeld",
"preserve_paths": "PiwikTracker/piwiktracker.xcdatamodeld",
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"CoreData",
"CoreLocation",
"CoreGraphics"
]
}
}
]
}