blob: 2ed61a43e38e026664abd69911b7e36d6728d395 [file] [log] [blame]
{
"name": "GADI",
"version": "0.2.3",
"summary": "Google Analytics Dependency Injection for iOS",
"homepage": "https://github.com/MO-AI/GADI",
"license": "MIT",
"authors": {
"Hiromi Motodera": "moai.motodera@gmail.com"
},
"source": {
"git": "https://github.com/MO-AI/GADI.git",
"tag": "0.2.3",
"submodules": true
},
"source_files": "GADI/*.{h,m}",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "GADI",
"dependencies": {
"MOAspects": [
],
"GoogleAnalytics": [
]
}
}
]
}