blob: 931f732e3723e0c6095718429c7aa4a39789b4cc [file] [log] [blame]
{
"name": "JRDropMenu",
"version": "1.0.1",
"summary": "JRDropMenu是一款可高自定义的声明式下拉菜单控件",
"description": "***\n## Features:\n1. 支持iOS9+.\n2. 声明式构建.\n3. 自定义标题和列表属性.\n4. 根据内容自适应标题位置。 \n***",
"homepage": "https://github.com/andy123234/JRDropMenu",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"An An": "736577528@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/andy123234/JRDropMenu.git",
"tag": "1.0.1"
},
"social_media_url": "https://github.com/andy123234/JRDropMenu",
"source_files": "JRDropMenuDemo/JRDropMenu/*.{h,m}",
"resources": [
"JRDropMenuDemo/JRDropMenu/*.xib",
"JRDropMenuDemo/JRDropMenuDemo/*.xcassets"
],
"prefix_header_contents": "#import \"JRGlobalMacro.h\"",
"requires_arc": true,
"ios": {
"frameworks": "UIKit"
}
}