[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / 6 / 4 / MultiSelectSegmentedControl / 2.0.2 / MultiSelectSegmentedControl.podspec.json
blob220b6fec58cdce96b4c766d0ac3049d1ec4b45fb
2   "name": "MultiSelectSegmentedControl",
3   "version": "2.0.2",
4   "summary": "Multiple-Selection Segmented Control",
5   "description": "UISegmentedControl remake that supports selection multiple segments, vertical stacking, combining text and images.",
6   "homepage": "https://github.com/yonat/MultiSelectSegmentedControl",
7   "screenshots": "https://raw.githubusercontent.com/yonat/MultiSelectSegmentedControl/master/Screenshots/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": "https://twitter.com/yonatsharon",
16   "swift_versions": [
17     "5.0",
18     "5.0"
19   ],
20   "platforms": {
21     "ios": "9.0"
22   },
23   "requires_arc": true,
24   "source": {
25     "git": "https://github.com/yonat/MultiSelectSegmentedControl.git",
26     "tag": "2.0.2"
27   },
28   "source_files": "Sources/*.swift",
29   "dependencies": {
30     "SweeterSwift": [
32     ]
33   },
34   "pod_target_xcconfig": {
35     "LD_RUNPATH_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)"
36   },
37   "swift_version": "5.0"