[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / 4 / 2 / SYSegmentedControl / 1.1.3 / SYSegmentedControl.podspec.json
blob40ad80f6f3e9ddab0d63369b5e841206762bd8e1
2   "name": "SYSegmentedControl",
3   "version": "1.1.3",
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.3"
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   }