blob: 09ad9b0e89ea2e9cc33c4a1e144adcf0d7ad848b [file] [log] [blame]
{
"name": "PageController",
"version": "0.1.0",
"summary": "Infinite pages controller, scrolling through contents and title bar scrolls with a delay for iOS written in Swift.",
"description": "PageController is infinite pages controller, scrolling through contents and title bar scrolls with a delay. Then it provide user interaction to smoothly and effortlessly moving. It is for iOS written in Swift.\n",
"homepage": "https://github.com/hirohisa/PageController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hirohisa Kawasaki": "hirohisa.kawasaki@gmail.com"
},
"source": {
"git": "https://github.com/hirohisa/PageController.git",
"tag": "0.1.0"
},
"source_files": "PageController/*.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0"
}
}