blob: 484b63cf4edbf7a8b019f71bb6b898e716fe7f16 [file] [log] [blame]
{
"name": "RemakeFrameworkLib",
"version": "1.0",
"summary": "sample desc",
"description": "Detail desc",
"homepage": "https://github.com/zwj222",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Willian": "1741831606@qq.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/zwj222/RemakeFrameworkLib.git",
"tag": "1.0"
},
"resources": "RemakeFrameworkLib/RemakeFrameworkPlist.plist",
"resource_bundles": {
"RemakeFrameworkBundle": [
"RemakeFrameworkLib/**/*.{storyboard,xib}"
]
},
"source_files": "RemakeFrameworkLib/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true,
"dependencies": {
"SVProgressHUD": [
],
"Masonry": [
]
}
}