blob: 7f1182b12f15d05bcbd267332c4edfd729bfdc5e [file] [log] [blame]
{
"name": "ECDrawerLayout",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ECDrawerLayout": [
"Pod/Assets/*.png"
]
}
}