[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 6 / 4 / MultiSelectSegmentedControl / 1.2.1 / MultiSelectSegmentedControl.podspec.json
blobf932210306ad000139c312b7afe55efcfe304d37
2   "name": "MultiSelectSegmentedControl",
3   "version": "1.2.1",
4   "summary": "Multiple-Selection Segmented Control",
5   "description": "A subclass of UISegmentedControl that supports selection multiple segments.\n\nNo need for images - works with the builtin styles of UISegmentedControl.",
6   "homepage": "https://github.com/yonat/MultiSelectSegmentedControl",
7   "screenshots": "http://ootips.org/yonat/wp-content/uploads/2013/04/MultiSelectSegmentedControl.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.txt"
11   },
12   "authors": {
13     "Yonat Sharon": "yonat@ootips.org"
14   },
15   "social_media_url": "http://twitter.com/yonatsharon",
16   "platforms": {
17     "ios": "5.0"
18   },
19   "source": {
20     "git": "https://github.com/yonat/MultiSelectSegmentedControl.git",
21     "tag": "1.2.1"
22   },
23   "source_files": "MultiSelectSegmentedControl.{h,m}",
24   "requires_arc": true