blob: 26dfb0682846921108ce4e817bc24291dc323c5c [file] [log] [blame]
{
"name": "ATTAnalyticsHelpers",
"version": "0.0.1",
"summary": "A helper library for supporting multiple analytics.",
"homepage": "https://github.com/sreekanthrad/ATTAnalyticsHelpers",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sreekanth R": "sreekanthrad@gmail.com"
},
"source": {
"git": "https://github.com/sreekanthrad/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": [
]
}
}
]
}