blob: beba0985fb6d7ca1ece40cd9dd501f1120d1efb4 [file] [log] [blame]
{
"name": "YTPageController",
"version": "0.5.0",
"summary": "Yet another drop-in replacement for UIPageViewController.",
"description": "YTPageController introduces a general solution to archieve a smooth transitoin when user scrolls between view controllers, just as what Apple did in their Music App. With the help of YTPageController, you can implement the effect in a few lines.",
"homepage": "https://github.com/yeatse/YTPageController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yeatse CC": "iyeatse@gmail.com"
},
"source": {
"git": "https://github.com/yeatse/YTPageController.git",
"tag": "0.5.0"
},
"social_media_url": "https://twitter.com/yeatse",
"platforms": {
"ios": "8.0"
},
"source_files": "YTPageController/Classes/**/*",
"frameworks": "UIKit"
}