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