[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 1 / 4 / 2 / SYSegmentedControl / 1.1.4 / SYSegmentedControl.podspec.json
bloba142868b489be7eb09cc3266da70de960ad42535
2   "name": "SYSegmentedControl",
3   "version": "1.1.4",
4   "license": "Custom, see Readme.md",
5   "summary": "Custom UISegmentedControl",
6   "homepage": "https://github.com/dvkch/SYSegmentedControl",
7   "authors": {
8     "Stan Chevallier": "contact@stanislaschevallier.fr"
9   },
10   "source": {
11     "git": "https://github.com/dvkch/SYSegmentedControl.git",
12     "tag": "1.1.4"
13   },
14   "source_files": "SYSegmentedControl/SYSegmentedControl.{h,m}",
15   "requires_arc": true,
16   "swift_version": "5.0",
17   "xcconfig": {
18     "CLANG_MODULES_AUTOLINK": "YES"
19   },
20   "platforms": {
21     "ios": "8.0",
22     "tvos": "9.0"
23   },
24   "dependencies": {
25     "SYKit": [
27     ]
28   }