blob: 517e8a82f48554ec0b827f307fc706a0d68a542e [file] [log] [blame]
{
"name": "ASPageViewController",
"version": "1.0.0",
"summary": "A view controller is used to implement gestures sliding page and click on the page.",
"description": "Used to display content pages, can slide through gestures to switch pages, also can part by clicking on the title to switch pages",
"homepage": "https://github.com/zhanghongdou/ASPageViewController-OC",
"license": "MIT",
"authors": {
"HONG DOU ZHANG": "1914144764@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/zhanghongdou/ASPageViewController-OC.git",
"tag": "1.0.0"
},
"source_files": [
"ASPageViewController",
"ASPageViewController/**/*.{h,m}"
],
"requires_arc": true
}