blob: ff7090553c6835c758fc49950f0935318afed54a [file] [log] [blame]
{
"name": "AMDevAssistant",
"version": "0.2.0",
"summary": "A short description of AMDevAssistant.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitlab.uip6.com/Apeman/DevAssistant_iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"青狼": "batuba@163.com"
},
"source": {
"git": "https://gitlab.uip6.com/Apeman/DevAssistant_iOS.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "AMDevAssistant/Classes/Core/**/*{.h,.m,.c,.mm}",
"resource_bundles": {
"AMDevAssistant": [
"AMDevAssistant/Assets/**/*"
]
}
},
{
"name": "WithLogger",
"source_files": "AMDevAssistant/Classes/Logger/**/*{.h,.m}",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AMDevAssistantWithLogger"
},
"dependencies": {
"AMDevAssistant/Core": [
]
}
}
]
}