blob: 3e323df3ab02b330d8c3a42df343c947a3a7c05e [file] [log] [blame]
{
"name": "MeishaTools",
"version": "1.1.8",
"summary": "这是梅沙iOS端第三方常用基础组件库",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitlab.meishakeji.com/daniel/meishatools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dengdeyu": "daniel@meishakeji.com"
},
"source": {
"git": "https://gitlab.meishakeji.com/daniel/meishatools.git",
"tag": "1.1.8"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"MeishaTools/Classes/**/*",
"MeishaTools/Classes/tools/Manager/MSRecordTool/lampFramwork/*.{h}"
],
"vendored_libraries": "MeishaTools/Classes/tools/Manager/MSRecordTool/lampFramwork/*.{a}",
"frameworks": [
"UIKit",
"Foundation"
],
"libraries": [
"iconv",
"sqlite3",
"stdc++",
"z"
],
"dependencies": {
"AFNetworking": [
],
"SDWebImage": [
],
"SVProgressHUD": [
]
}
}