blob: 37236d72a039fcba453a7520d205aae6683cf23c [file] [log] [blame]
{
"name": "DLPageMenu",
"version": "1.1.0",
"summary": "Paging through view controllers made easy",
"description": "A paging menu controller built from other view controllers placed inside a scroll view (like Spotify, Windows Phone, Instagram)",
"homepage": "https://github.com/duylinh158/DLPageMenu",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"duylinh158": "duylinh158@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/duylinh158/DLPageMenu.git",
"tag": "1.1.0"
},
"source_files": "DLPageMenu/*.{h,m,swift}",
"frameworks": [
"Foundation",
"UIKit"
]
}