[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 3 / 6 / 4 / MultiSelectSegmentedControl / 2.2.0 / MultiSelectSegmentedControl.podspec.json
blob2691b4d29355ecdc790ab1d23fdc3cfe8d5deb07
2   "name": "MultiSelectSegmentedControl",
3   "version": "2.2.0",
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   ],
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": true,
23   "source": {
24     "git": "https://github.com/yonat/MultiSelectSegmentedControl.git",
25     "tag": "2.2.0"
26   },
27   "source_files": "Sources/*.swift",
28   "dependencies": {
29     "SweeterSwift": [
31     ]
32   },
33   "pod_target_xcconfig": {
34     "LD_RUNPATH_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)"
35   },
36   "swift_version": "5.0"