[Add] TiendeoCore 0.0.3-beta1
[CocoaPods.git] / Specs / c / 2 / d / SMSegmentView / 1.1 / SMSegmentView.podspec.json
blob5e3e74abc0d1404a5debe6f8e9bdc2bacb077b44
2   "name": "SMSegmentView",
3   "version": "1.1",
4   "summary": "Custom segmented control for iOS 8 and above",
5   "description": "Written in Swift.\nSupport both images and text.\nSupport vertically organise segments\nMore customisible than UISegmentedControl and easier to expand with new style.",
6   "homepage": "https://github.com/allenbryan11/SMSegmentView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": "Si Ma",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/allenbryan11/SMSegmentView.git",
17     "branch": "master",
18     "tag": "v1.1"
19   },
20   "source_files": "SMSegmentViewController/SMSegmentView/*.swift",
21   "requires_arc": true,
22   "frameworks": "UIKit"