blob: 89354f3dcaf4260dfd0c391266ebaba03a9ee462 [file] [log] [blame]
{
"name": "EMCommons",
"version": "0.1.0",
"summary": "辅助类集合",
"description": "EM辅助类集合",
"homepage": "https://gitee.com/emaxsmart/EMCommons",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chen0108": "375735289@qq.com"
},
"source": {
"git": "https://gitee.com/emaxsmart/EMCommons.git",
"tag": "0.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": "EMCommons/EMCommons.h",
"subspecs": [
{
"name": "MExpansion",
"source_files": "EMCommons/MExpansion"
},
{
"name": "MCategory",
"source_files": "EMCommons/MCategory"
},
{
"name": "Feedback",
"source_files": "EMCommons/Feedback",
"dependencies": {
"EMCommons/MExpansion": [
],
"EMCommons/MCategory": [
]
}
},
{
"name": "Language",
"source_files": "EMCommons/Language"
},
{
"name": "Log",
"source_files": "EMCommons/Log",
"dependencies": {
"EMCommons/MExpansion": [
],
"EMCommons/MCategory": [
]
}
}
]
}