blob: 198267a44d53e26db54c9361955002f4feed0f11 [file] [log] [blame]
{
"name": "complexModule",
"version": "0.0.1",
"summary": "A module for complex apply.",
"description": "A module for complex apply,",
"homepage": "https://github.com/lowester/complexModule",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lowester": "1434147479@qq.com"
},
"source": {
"git": "https://github.com/lowester/complexModule.git",
"tag": "pipeline1.0.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"USER_HEADER_SEARCH_PATHS": "${PODS_ROOT}/**",
"COMPRESS_PNG_FILES": "NO"
},
"default_subspecs": [
"core",
"pipeline1"
],
"subspecs": [
{
"name": "core",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "common/**/*.{h,m}",
"pod_target_xcconfig": {
"USER_HEADER_SEARCH_PATHS": "${PODS_ROOT}/**",
"COMPRESS_PNG_FILES": "NO"
},
"frameworks": [
"UIKit",
"Foundation"
]
},
{
"name": "pipeline1",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "pipeline1/**/*.{h,m}",
"pod_target_xcconfig": {
"USER_HEADER_SEARCH_PATHS": "${PODS_ROOT}/**",
"COMPRESS_PNG_FILES": "NO"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"complexModule/core": [
]
}
},
{
"name": "pipeline2",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "pipeline2/**/*.{h,m}",
"pod_target_xcconfig": {
"USER_HEADER_SEARCH_PATHS": "${PODS_ROOT}/**",
"COMPRESS_PNG_FILES": "NO"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"complexModule/core": [
]
}
}
]
}