blob: 8a3956b24be0707961fb43d833351096d9a6e590 [file] [log] [blame]
{
"name": "ObjectiveMetrics",
"version": "2.1",
"summary": "Implementation of DeskMetrics for iOS & OS X.",
"homepage": "https://github.com/jorgenpt/ObjectiveMetrics",
"license": "BSD",
"authors": {
"Jørgen P. Tjernø": "jorgenpt@gmail.com"
},
"source": {
"git": "https://github.com/jorgenpt/ObjectiveMetrics.git",
"tag": "v2.1"
},
"platforms": {
"ios": "4.3",
"osx": "10.6"
},
"osx": {
"source_files": [
"ObjectiveMetrics",
"Sparkle"
]
},
"ios": {
"source_files": [
"ObjectiveMetrics",
"Sparkle",
"TouchMetrics/UIDevice-Extension"
]
},
"public_header_files": "ObjectiveMetrics/DMTracker.h",
"prefix_header_file": "ObjectiveMetrics/ObjectiveMetrics-Prefix.pch",
"dependencies": {
"SBJson": [
"~> 3.1.1"
]
},
"requires_arc": false
}