blob: dc3fbee5f86ca80b2f762a0b583467ec0862aacf [file] [log] [blame]
{
"name": "GADI",
"version": "0.0.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.0.3",
"submodules": true
},
"source_files": "GADI/*.{h,m}",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "GADI",
"dependencies": {
"MOAspects": [
],
"GoogleAnalytics-iOS-SDK": [
]
}
}
]
}