blob: c2076376de41f71da40f289f9f70e24e950225d7 [file] [log] [blame]
{
"name": "VTSideMenu",
"version": "1.0.0",
"summary": "A simple sideMenu lib for iOS , support Objective-C and Swift.",
"description": "It is a sideMenu view used on iOS, which implement by Objective-C and Swift.",
"homepage": "https://github.com/VincentDengSZ/VTSideMenu",
"license": "MIT",
"authors": {
"VincentDeng": "VincentDeng@4dxm.com"
},
"source": {
"git": "https://github.com/VincentDengSZ/VTSideMenu.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10"
},
"requires_arc": true,
"source_files": "VTSideMenu/*",
"frameworks": [
"Foundation",
"UIKit"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
}
}