blob: 5b23f8da8748a53c99fdac26b8097126933f1a8c [file] [log] [blame]
{
"name": "PGSideMenu",
"version": "0.1.0",
"summary": "A customizable side menu for iOS",
"description": "TODO: Add long description of the pod here.",
"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": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PGSideMenu/Classes/**/*",
"resource_bundles": {
"PGSideMenu": [
"PGSideMenu/**/*.{storyboard,xib}"
]
}
}