blob: 137cb1870ad7196cc7b5fe5d6adeeaf0b03499f7 [file] [log] [blame]
{
"name": "CantizAnalyticsHelpers",
"version": "0.0.1",
"summary": "A helper library for supporting multiple analytics.",
"homepage": "https://github.com/akhilpkattinad/ATTAnalyticsHelpers.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Akhil PK": "akhil.pk@attinadsoftware.com"
},
"source": {
"git": "https://github.com/akhilpkattinad/ATTAnalyticsHelpers.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ATTAnalyticsHelpers/Classes/**/*",
"subspecs": [
{
"name": "GoogleAnalytics",
"prefix_header_contents": "#define GA_EXISTS",
"source_files": "ATTAnalyticsHelpers/Classes/**/*",
"dependencies": {
"GoogleAnalytics": [
]
}
}
]
}