blob: c36f9e05fc05f7d9b13874d8725179562255aeb8 [file] [log] [blame]
{
"name": "DLPageMenu",
"version": "1.0.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.0.0"
},
"source_files": "DLPageMenu/*.swift",
"frameworks": [
"Foundation",
"UIKit"
]
}