blob: f2abed172af58139c6f45f4933bfbb20e7517489 [file] [log] [blame]
{
"name": "ECDrawerLayout",
"version": "0.1.1",
"summary": "A DrawerLayout on iOS",
"description": "DrawerLayout acts as a top-level container for window content that allows for interactive \"drawer\" views to be pulled out from the edge of the window.",
"homepage": "https://github.com/skyhacker2/ECDrawerLayout",
"license": "MIT",
"authors": {
"Eleven Chen": "skyhacker@126.com"
},
"source": {
"git": "https://github.com/skyhacker2/ECDrawerLayout.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ECDrawerLayout": [
"Pod/Assets/*.png"
]
}
}