blob: 273b0b97a929e76c64d7439ab701c8fc22e359a6 [file] [log] [blame]
{
"name": "TWPageViewController",
"version": "0.0.1",
"summary": "一个支持懒加载的PageViewController,用于替换iOS系统的UIPageViewController。",
"description": "一个支持懒加载的PageViewController,用于替换iOS系统的UIPageViewController。可以用来实现类似腾讯新闻、今日头条的效果。",
"homepage": "https://github.com/Easence/TWPageViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Easence": "yiyunhzy@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Easence/TWPageViewController.git",
"tag": "0.0.1"
},
"source_files": [
"TWPageViewController",
"TWPageViewController/**/*.{h,m}"
]
}