blob: 056391a8493e2ebad884020aab45ceda763f03c9 [file] [log] [blame]
{
"name": "UUVPagesController",
"version": "0.0.3",
"summary": "A navigation list style like DAPagesContainer.",
"description": "Just pass a array of viewControllers,then UUVPagesController can display list bar in navigationBar or your specified position.The style just like '网易新闻' or '今日头条'.",
"homepage": "https://github.com/SinCheung/UUVPagesController",
"license": "MIT",
"authors": {
"Shin Chueng": "zangxiaoxin@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/SinCheung/UUVPagesController.git",
"tag": "0.0.3"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}