blob: 7cca6eec74c566f27b82207c2e063dfdabbdb519 [file] [log] [blame]
{
"name": "EEJSelectMenu",
"version": "0.1.0",
"summary": "A responsive single selection menu with cool animations.",
"description": "This Cocoapod allows for implementing a menu with different number of buttons and different animations for appearance. It will adjust the button sizes based on the device screen size!",
"homepage": "https://github.com/eejahromi/EEJSelectMenu",
"license": "MIT",
"authors": {
"Ehsan Jahromi": "ehsan.enj@gmail.com"
},
"source": {
"git": "https://github.com/eejahromi/EEJSelectMenu.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"EEJSelectMenu": [
"Pod/Assets/*.png"
]
}
}