blob: 346d0ae4337b0fd6b2713f314b6920b347cf44b4 [file] [log] [blame]
{
"name": "WDPageView",
"version": "0.0.1",
"summary": "A page scrolling inspired by UIScrollView",
"description": "用UIScrollView实现的分页滑动控件",
"homepage": "https://github.com/kwdx/WDPageView",
"license": "MIT",
"authors": {
"warden": "wenduo_mail@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/kwdx/WDPageView.git",
"tag": "0.0.1"
},
"source_files": [
"WDPageView",
"WDPageView/*.{h.m}"
],
"requires_arc": true
}