blob: 5d2f30a39486b5fe876a45ccaa5f9f3e1ccb19a3 [file] [log] [blame]
{
"name": "TAKGAUtil",
"version": "2.0",
"summary": "Google Analytics Utility",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"homepage": "https://github.com/taktem/TAKGAUtil",
"authors": {
"SOMTD": "totem.kc[at]me.com"
},
"source": {
"git": "https://github.com/taktem/TAKGAUtil.git",
"tag": "2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "TAKGAUtil/**/*.{h,m}",
"public_header_files": "TAKGAUtil/**/*.{h}",
"dependencies": {
"Google/Analytics": [
"~> 1.0.0"
]
}
}