blob: ea6c92b49b7c3084c91fe9f92dc004e3f0dcd179 [file] [log] [blame]
{
"name": "LNSideMenu",
"version": "0.1.0",
"summary": "A simple SideMenu written in Swift.",
"description": "The left-right side menu that has the custom background and scroll-to-animate effect",
"homepage": "https://github.com/luannguyenkhoa/LNSideMenu",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Luan Nguyen": "luan.nguyenkhoa@asnet.com.vn"
},
"source": {
"git": "https://github.com/luannguyenkhoa/LNSideMenu.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LNSideMenu": [
"Pod/Assets/*.png"
]
},
"frameworks": "QuartzCore"
}