blob: c8d8c52f73a16708c772139a794539584d5e6252 [file] [log] [blame]
{
"name": "AppAnalyticsHub",
"version": "0.0.1",
"summary": "A library that allows you to instrument your mobile application code with operational and behavioural metrics",
"description": "This CocoaPod provides a library that allows you to instrument your code with operational and behavioural metrics independent of the underlying metrics systems. The library allows you to record a metric with 1 or more systems integrated in your application without the need to create multiple events.",
"homepage": "https://github.com/amzn/app-analytics-hub",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Naveen Thontepu": "tnaveen.leo@gmail.com"
},
"source": {
"git": "https://github.com/amzn/app-analytics-hub.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "app-analytics-hub-ios/library/AppAnalyticsHubiOS/**/*"
}