blob: e85317ab3bd32c12361195631bc2d86e1f61ff40 [file] [log] [blame]
{
"name": "MCBase",
"version": "0.0.1",
"summary": "MCBase can provide Dto, log, utils ... capatities",
"homepage": "https://github.com/poholo/MCBase",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"littleplayer": "mailjiancheng@163.com"
},
"social_media_url": "https://weibo.com/lp927",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/poholo/MCBase.git",
"tag": "0.0.1"
},
"default_subspecs": "All",
"xcconfig": {
"VALID_ARCHS": "arm64 x86_64",
"USER_HEADER_SEARCH_PATHS": "${PROJECT_DIR}/Pods/**"
},
"pod_target_xcconfig": {
"VALID_ARCHS": "arm64 x86_64"
},
"frameworks": "Foundation",
"subspecs": [
{
"name": "Dto",
"source_files": "SDK/Dto/*.{h,m,mm}",
"public_header_files": "SDK/Dto/*.h"
},
{
"name": "Log",
"source_files": "SDK/Log/*.{h,m,mm}",
"public_header_files": "SDK/Log/*.h"
},
{
"name": "Utils",
"source_files": "SDK/Utils/*.{h,m,mm}",
"public_header_files": "SDK/Utils/*.h",
"dependencies": {
"SDVersion": [
]
}
},
{
"name": "All",
"dependencies": {
"MCBase/Dto": [
],
"MCBase/Log": [
],
"MCBase/Utils": [
]
}
}
]
}