blob: 8d684d6a2e4cf5cc76a9613f93a806aee1a2b34f [file] [log] [blame]
{
"name": "YCEntity",
"version": "0.0.1",
"summary": "YCEntity 业务模型",
"description": "工程中使用到的所有业务model",
"homepage": "https://gitee.com/beyonehan/YCEntity.git",
"license": "MIT",
"authors": {
"beyonehan": "549983384@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://gitee.com/beyonehan/YCEntity.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"YCEntity/Source/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation",
"CoreFoundation"
],
"requires_arc": true,
"dependencies": {
"Mantle": [
],
"YCNetworkConstants": [
],
"SDWebImage": [
],
"ISWCategory": [
]
}
}