blob: c16b58dbe9e5518ad5b1a8070269975fe7ea541c [file] [log] [blame]
{
"name": "PWSegmentedControl",
"version": "0.1.0",
"summary": "A Animation SegmentedControl",
"description": "这是一个自定义的SegmentedControl控件,继承自UIView实现了切换时的动画效果",
"homepage": "https://github.com/wangweicheng7/PWSegmentedControl",
"license": "MIT",
"authors": {
"Paul Wang": "809405366@qq.com"
},
"source": {
"git": "https://github.com/wangweicheng7/PWSegmentedControl.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.{h,m}",
"resource_bundles": {
"PWSegmentedControl": [
"Pod/Assets/*.png"
]
}
}