blob: 1afa9034479918eb38ea6b50cdbf147de4480de2 [file] [log] [blame]
{
"name": "privateQmframeworkTest",
"version": "1.0.0",
"summary": "测试私有静态framework",
"description": "测试私有framework,测试静态库上传cocoapods",
"homepage": "https://gitee.com/qiaoqiao.com/privateLibTest.git",
"license": "MIT",
"authors": {
"qiaoming": "447497298@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://gitee.com/qiaoqiao.com/privateLibTest.git",
"tag": "1.0.0"
},
"vendored_frameworks": "*.framework",
"requires_arc": true,
"frameworks": "UIKit"
}