blob: f3f4bf33130575edae5a3e9ecc2acab7c4b745f5 [file] [log] [blame]
{
"name": "SwiftySideMenuO",
"version": "1.0.0",
"summary": "SwiftySideMenu is a simple and versatile side menu control written in Swift.",
"description": "This is a felxible side menu controller. You can do all the customization for the menu bar tableview and also add your own menu image.",
"homepage": "https://github.com/mudithsilva/SwiftySideMenu",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mudith Chathuranga": "mudithchathuranga@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/mudithsilva/SwiftySideMenu.git",
"tag": "1.0.0"
},
"source_files": [
"SwiftySideMenu",
"SwiftySideMenu/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
},
"resources": [
"SwiftySideMenu/*.png",
"SwiftySideMenu/*.xib"
],
"pushed_with_swift_version": "3.0"
}