blob: b2a890354d39c54efc443c042f20c7cf67c7c4c6 [file] [log] [blame]
{
"name": "BaseUtils",
"version": "0.2.0",
"summary": "A short description of BaseUtils.",
"description": "A short description of BaseUtils.Swift.",
"homepage": "http://gitlab.xuanke.com/iOSCommonLibrary/BaseUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhoukai": "zhoukai@kaochong.com"
},
"source": {
"git": "git@gitlab.xuanke.com:iOSCommonLibrary/BaseUtils.git",
"tag": "0.2.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"source_files": "BaseUtils/Classes/**/*",
"frameworks": [
"UIKit",
"CoreTelephony"
],
"dependencies": {
"SnapKit": [
]
}
}