blob: 507dce4b7233b743bf0e77fdb352865ba8763e56 [file] [log] [blame]
{
"name": "ATTAnalyticsHelpers",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ATTAnalyticsHelpers/Classes/**/*",
"subspecs": [
{
"name": "GoogleAnalytics",
"prefix_header_contents": "#define GA_EXISTS",
"source_files": "ATTAnalyticsHelpers/Classes/**/*",
"dependencies": {
"GoogleAnalytics": [
]
}
}
]
}