blob: c613bdff1a567d642c7bd3fa0e5b1e0f9f02ecc7 [file] [log] [blame]
{
"name": "DTPagerController",
"version": "3.0.0",
"summary": "A fully customizable container view controller to display a set of ViewControllers in a horizontal scroll view. Written in Swift.",
"swift_version": "5.0",
"description": "TODO: Add long description of the pod here.\nDTPagerController is an extremely simple Swift control for you to show a collection of view controllers in a horizontal pager.",
"homepage": "https://github.com/tungvoduc/DTPagerController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tungvoduc": "tung98.dn@gmail.com"
},
"source": {
"git": "https://github.com/tungvoduc/DTPagerController.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "DTPagerController/Classes/**/*"
}