[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 4 / 2 / SYSegmentedControl / 1.0.6 / SYSegmentedControl.podspec.json
blob620295bda9f435b66605a74c680ae78ce78ebeee
2   "name": "SYSegmentedControl",
3   "version": "1.0.6",
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.0.6"
13   },
14   "source_files": "SYSegmentedControl/SYSegmentedControl.{h,m}",
15   "requires_arc": true,
16   "xcconfig": {
17     "CLANG_MODULES_AUTOLINK": "YES"
18   },
19   "platforms": {
20     "ios": "5.0",
21     "tvos": "9.0"
22   },
23   "dependencies": {
24     "SYKit": [
26     ]
27   }