blob: 0aa3a8972a39cb9e52910cd77fc76c6775264096 [file] [log] [blame]
{
"name": "MWCache_Framework",
"version": "1.1.0",
"summary": "默往轻量级数据存储框架",
"description": "1.1.0版本,新增atomic原子性操作",
"homepage": "https://github.com/yxh418983798/MWCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alfie": "418983798@qq.com"
},
"source": {
"git": "git@192.168.199.108:ios/framework/mwcache_framework.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "9.0"
},
"dependencies": {
"YYModel": [
],
"YYCache": [
]
},
"vendored_frameworks": "MWCache_Framework/MWCache.framework",
"static_framework": true,
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}