blob: e1c369508351691fb0503099cac1d97866554e03 [file] [log] [blame]
{
"name": "PiwikTracker",
"version": "2.5.1",
"summary": "A Piwik tracker written in Objective-C for iOS and OSX apps.",
"homepage": "https://github.com/piwik/piwik-sdk-ios/",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Mattias Levin": "mattias.levin@gmail.com"
},
"source": {
"git": "https://github.com/piwik/piwik-sdk-ios.git",
"tag": "v2.5.1"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"ios": {
"source_files": "PiwikTracker/*.{h,m,xcdatamodeld}",
"frameworks": [
"Foundation",
"UIKit",
"CoreData",
"CoreLocation",
"CoreGraphics"
]
},
"osx": {
"exclude_files": "PiwikTracker/PiwikTrackedViewController.{h,m}",
"frameworks": [
"Foundation",
"Cocoa",
"CoreData",
"CoreGraphics"
]
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"1.3.2"
]
}
}