blob: 2b8934b2f888e2c13bffa55c8af80367b486ecf9 [file] [log] [blame]
{
"name": "complexModule",
"version": "0.0.2",
"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": "pipeline2.0.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"USER_HEADER_SEARCH_PATHS": "${PODS_ROOT}/**",
"COMPRESS_PNG_FILES": "NO"
},
"default_subspecs": [
"core",
"pipeline2"
],
"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": [
]
}
}
]
}