blob: e713d3ccf024001595aaed55a3eb30927b9aeef9 [file] [log] [blame]
{
"name": "TestPrivateFrame",
"version": "1.0.0",
"summary": "Test private framework.",
"description": "Test private framework cocoapods.",
"homepage": "https://gitee.com/fanfan11/projects",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fanfan": "fanfa.dong@camdora.me"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://gitee.com/fanfan11/DFFrameworkPods.git",
"tag": "0.0.1"
},
"source_files": "DFFramework/**/*.{h,m}",
"exclude_files": "Classes/Exclude",
"frameworks": "TestFramework",
"vendored_frameworks": "DFFramework/*.framework"
}