Skip to content

Commit

Permalink
[Add] BasicDrawerViewController 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lautarodelosheros authored and CocoaPodsBot committed Dec 1, 2024
1 parent 6b7f613 commit d21f3f3
Showing 1 changed file with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "BasicDrawerViewController",
"version": "0.4.0",
"summary": "A simple Android-like Drawer implementation for iOS.",
"swift_versions": "5.0",
"description": "A simple Android-like Drawer implementation for iOS.",
"homepage": "https://github.com/lautarodelosheros/BasicDrawerViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lautaro de los Heros": "[email protected]"
},
"source": {
"git": "https://github.com/lautarodelosheros/BasicDrawerViewController",
"tag": "0.4.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/BasicDrawerViewController/Classes/**/*",
"resource_bundles": {
"BasicDrawerViewControllerBundle": [
"Sources/BasicDrawerViewController/Assets/**/*"
]
},
"swift_version": "5.0"
}

0 comments on commit d21f3f3

Please sign in to comment.