[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / f / 6 / RSSegmentedControl / 1.0.0 / RSSegmentedControl.podspec.json
bloba0f8a7fbdd1fd19277e8fdec68babf0f7f9f0478
2   "name": "RSSegmentedControl",
3   "version": "1.0.0",
4   "summary": "Masonry-Based SegmentedControl.",
5   "description": "Easily used in Masonry layout.",
6   "homepage": "https://github.com/rsers/RSSegmentedControl",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "rsers": "rsers@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/rsers/RSSegmentedControl.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RSSegmentedControl/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "Masonry": [
25       "~> 1.0.0"
26     ]
27   },
28   "prefix_header_contents": [
29     "#import <UIKit/UIKit.h>",
30     "#import \"Masonry.h\""
31   ]