[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / f / 6 / RSSegmentedControl / 1.0.10 / RSSegmentedControl.podspec.json
blob6a12f5e1ae89367741bb9cd4766609e4f9f0629a
2   "name": "RSSegmentedControl",
3   "version": "1.0.10",
4   "summary": "基于Masonry的分段控制器.",
5   "description": "如果你的布局使用Masonry,那么这是你最好的选择。",
6   "dependencies": {
7     "Masonry": [
8       "~> 1.0.0"
9     ]
10   },
11   "homepage": "https://github.com/rsers/RSSegmentedControl",
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "rsers": "rsers@qq.com"
18   },
19   "source": {
20     "git": "https://github.com/rsers/RSSegmentedControl.git",
21     "tag": "1.0.10"
22   },
23   "platforms": {
24     "ios": "8.0"
25   },
26   "source_files": "RSSegmentedControl/Classes/**/*",
27   "frameworks": "UIKit",
28   "prefix_header_contents": [
29     "#import <UIKit/UIKit.h>",
30     "#import <Masonry/Masonry.h>"
31   ]