blob: 0bd3e7c9dfb49782123993d842124adb58a6ab47 [file] [log] [blame]
{
"name": "KJMenuView",
"version": "1.0.2",
"summary": "Organize some menu controls.",
"homepage": "https://github.com/yangKJ/KJMenuView",
"license": "Copyright (c) 2018 yangkejun",
"authors": {
"77": "393103982@qq.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/yangKJ/KJMenuView.git",
"tag": "1.0.2"
},
"social_media_url": "https://www.jianshu.com/u/c84c00476ab6",
"requires_arc": true,
"ios": {
"source_files": "KJMenuView/KJMenuHeader.h"
},
"frameworks": [
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "MenuCollectionView",
"source_files": "KJMenuView/MenuCollectionView/**/*.{h,m}",
"public_header_files": [
"KJMenuView/MenuCollectionView/**/*.h",
"KJMenuView/MenuCollectionView/*.h"
]
},
{
"name": "KJDropDownMenu",
"source_files": "KJMenuView/KJDropDownMenu/**/*.{h,m}",
"public_header_files": [
"KJMenuView/KJDropDownMenu/**/*.h",
"KJMenuView/KJDropDownMenu/*.h"
],
"resources": "KJMenuView/KJDropDownMenu/**/*.{bundle}"
}
]
}