blob: f01bedccb9be30d763ca97f1bbd60ffccec7c505 [file] [log] [blame]
{
"name": "MetricsKit",
"version": "0.2",
"summary": "Clean Objective-C client for count.ly.",
"homepage": "https://github.com/calebd/metricskit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Caleb Davenport": "calebmdavenport@gmail.com"
},
"source": {
"git": "https://github.com/calebd/metricskit.git",
"tag": "0.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"MetricsKit",
"MetricsKit/**/*.{h,m}"
],
"frameworks": [
"CoreTelephony",
"SystemConfiguration",
"UIKit"
],
"requires_arc": true
}