blob: 79a04293897906846360d167156ec34770bfe60c [file] [log] [blame]
{
"name": "DoraemonKit",
"version": "2.0.0",
"summary": "iOS各式各样的工具集合",
"description": "iOS各式各样的工具集合 Desc",
"homepage": "https://github.com/didi/DoraemonKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yixiang": "javer_yi@163.com"
},
"source": {
"git": "https://github.com/didi/DoraemonKit",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"dependencies": {
"BSBacktraceLogger": [
],
"fishhook": [
]
},
"subspecs": [
{
"name": "Core",
"source_files": "iOS/DoraemonKit/Src/Core/**/*{.h,.m,.c,.mm}",
"resource_bundles": {
"DoraemonKit": "iOS/DoraemonKit/Resource/**/*"
}
},
{
"name": "WithLogger",
"source_files": "iOS/DoraemonKit/Src/Logger/**/*{.h,.m}",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) DoraemonWithLogger"
},
"dependencies": {
"DoraemonKit/Core": [
],
"CocoaLumberjack": [
]
}
},
{
"name": "WithGPS",
"source_files": "iOS/DoraemonKit/Src/GPS/**/*{.h,.m}",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) DoraemonWithGPS"
},
"dependencies": {
"DoraemonKit/Core": [
]
}
},
{
"name": "WithLoad",
"source_files": "iOS/DoraemonKit/Src/MethodUseTime/**/*{.h,.m}",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) DoraemonWithLoad"
},
"dependencies": {
"DoraemonKit/Core": [
]
},
"vendored_frameworks": "iOS/DoraemonKit/Framework/*.framework"
},
{
"name": "WithWeex",
"source_files": "iOS/DoraemonKit/Src/Weex/**/*{.h,.m}",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) DoraemonWithWeex"
},
"dependencies": {
"DoraemonKit/Core": [
],
"WeexSDK": [
],
"WXDevtool": [
]
}
},
{
"name": "WithDatabase",
"source_files": "iOS/DoraemonKit/Src/Database/**/*{.h,.m}",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) DoraemonWithDatabase"
},
"dependencies": {
"DoraemonKit/Core": [
],
"YYDebugDatabase": [
]
}
},
{
"name": "WithMLeaksFinder",
"source_files": "iOS/DoraemonKit/Src/MLeaksFinder/**/*{.h,.m}",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) DoraemonWithMLeaksFinder"
},
"dependencies": {
"DoraemonKit/Core": [
],
"FBRetainCycleDetector": [
]
}
}
]
}