blob: fd3f4260d187893351524552c6a87632e0560dd7 [file] [log] [blame]
{
"name": "PGSideMenu",
"version": "1.0.0",
"summary": "A customizable side menu for iOS",
"description": "A customizable side menu for iOS projects written in Swift. Multiple menu animation types supported!",
"homepage": "https://github.com/pgorzelany/PGSideMenu",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pgorzelany": "piotr.gorzelany@gmail.com"
},
"source": {
"git": "https://github.com/pgorzelany/PGSideMenu.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PGSideMenu/Classes/**/*",
"resource_bundles": {
"PGSideMenu": [
"PGSideMenu/**/*.{storyboard,xib}"
]
}
}