[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / c / a / PWSegmentedControl / 0.1.0 / PWSegmentedControl.podspec.json
blobc16b58dbe9e5518ad5b1a8070269975fe7ea541c
2   "name": "PWSegmentedControl",
3   "version": "0.1.0",
4   "summary": "A Animation SegmentedControl",
5   "description": "这是一个自定义的SegmentedControl控件,继承自UIView实现了切换时的动画效果",
6   "homepage": "https://github.com/wangweicheng7/PWSegmentedControl",
7   "license": "MIT",
8   "authors": {
9     "Paul Wang": "809405366@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/wangweicheng7/PWSegmentedControl.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/*.{h,m}",
20   "resource_bundles": {
21     "PWSegmentedControl": [
22       "Pod/Assets/*.png"
23     ]
24   }