blob: 873e47b9e15834c037155e0aee885ec99425ea53 [file] [log] [blame]
{
"name": "ACSegmentView",
"version": "1.0.3",
"summary": "A custom segment view with RxSwift / Delegate",
"description": "A custom SegmentView with RxSwift in master branch, then you can just use delegate branch without it.",
"homepage": "https://github.com/ArchieR7/ACSegmentView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Archie": "Archie@Archie.tw"
},
"source": {
"git": "https://github.com/ArchieR7/ACSegmentView.git",
"tag": "1.0.3"
},
"social_media_url": "https://twitter.com/ChangArchie",
"platforms": {
"ios": "10.0"
},
"source_files": "ACSegmentView/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 4.3.1"
],
"RxCocoa": [
"~> 4.3.1"
]
},
"swift_version": "4.2"
}