blob: 30ff390d999c236c8c9f36bef9676088727b897e [file] [log] [blame]
{
"name": "MCBase",
"version": "0.0.2",
"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": "10.0"
},
"source": {
"git": "https://github.com/poholo/MCBase.git",
"tag": "0.0.2"
},
"default_subspecs": "All",
"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": {
"MCVersion": [
]
}
},
{
"name": "All",
"dependencies": {
"MCBase/Dto": [
],
"MCBase/Log": [
],
"MCBase/Utils": [
]
}
}
]
}