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