[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 2 / 6 / ACSegmentView / 1.0.1 / ACSegmentView.podspec.json
blob5259ae7d1d79bcd9be6103b3d50ad94ade18937a
2   "name": "ACSegmentView",
3   "version": "1.0.1",
4   "summary": "A custom segment view with RxSwift / Delegate",
5   "description": "A custom SegmentView with RxSwift in master branch, then you can just use delegate branch without it.",
6   "homepage": "https://github.com/ArchieR7/ACSegmentView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Archie": "Archie@Archie.tw"
13   },
14   "source": {
15     "git": "https://github.com/ArchieR7/ACSegmentView.git",
16     "tag": "1.0.1"
17   },
18   "social_media_url": "https://twitter.com/ChangArchie",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "ACSegmentView/Classes/**/*",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "RxSwift": [
26       "~> 4.2.0"
27     ],
28     "RxCocoa": [
29       "~> 4.2.0"
30     ]
31   },
32   "swift_version": "4.1.2"