[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / c / 3 / CheckmarkSegmentedControl / 0.1.0 / CheckmarkSegmentedControl.podspec.json
blob6b9b477e38f2fb1058e4f5d28b1c297a09965a18
2   "name": "CheckmarkSegmentedControl",
3   "version": "0.1.0",
4   "summary": "CheckmarkSegmentedControl is a customisable alternative to UISegmentedControl.",
5   "description": "CheckmarkSegmentedControl is a customisable alternative to UISegmentedControl. Visually it looks like radio buttons group with checkmark sign in the middle and animated border on selection. Each option can be fully customised.",
6   "homepage": "https://github.com/gregttn/CheckmarkSegmentedControl",
7   "license": "MIT",
8   "authors": {
9     "gregttn": "gregttn@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/gregttn/CheckmarkSegmentedControl.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/gregttn",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/*.swift",
21   "resource_bundles": {
22     "CheckmarkSegmentedControl": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "UIKit"