[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / 3 / 7 / BCSegmentedControl / 1.1 / BCSegmentedControl.podspec.json
blob291735aa5039db0642bb8955ac45405473324026
2   "name": "BCSegmentedControl",
3   "version": "1.1",
4   "summary": "An easy to use, customizable replacement for UISegmentedControl & UISwitch.",
5   "description": "BetterSegmentedControl is an easy to use, customizable replacement for UISegmentedControl and UISwitch written in Swift.",
6   "homepage": "https://github.com/battleent/BetterSegmentedControl",
7   "license": "MIT",
8   "authors": {
9     "George Marmaridis": "gmarmas@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/battleent/BetterSegmentedControl.git",
13     "tag": "1.1"
14   },
15   "social_media_url": "https://twitter.com/gmarmas",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "frameworks": "UIKit",
22   "dependencies": {
23     "RxSwift": [
24       ">= 4.0.0"
25     ],
26     "RxCocoa": [
27       ">= 4.0.0"
28     ]
29   }