blob: 68dee00a6c454f9d49ef875630a8110921996a0f [file] [log] [blame]
{
"name": "TAKGAUtil",
"version": "0.1",
"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": "0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "TAKGAUtil/**/*.{h,m}",
"public_header_files": "TAKGAUtil/**/*.{h}",
"dependencies": {
"GoogleAnalytics-iOS-SDK": [
"~> 3.12"
]
}
}