blob: 16adfdb0b54f6f5de0ff11910a8b33a6dcd20810 [file] [log] [blame]
{
"name": "MboxAppCommon",
"version": "0.0.1",
"summary": "公共组件",
"description": "存放一些项目学习中经常会用到的一些公共方法",
"homepage": "https://github.com/ZhenKaiJia/MboxAppCommon.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "ZhenKaiJia",
"source": {
"git": "https://github.com/ZhenKaiJia/MboxAppCommon.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MboxAppCommon/Classes/**/*",
"swift_version": "4.0",
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"CHTCollectionViewWaterfallLayout": [
]
}
}