❯ git clone https://github.com/atsushi130/APIKitSample.git
❯ cd APIKitSample
❯ carthage bootstrap --platform iOS
TestyRepository.shared.testy.subscribe(onNext: { testy in
print(testy)
}).disposed(by: self.disposeBag)
APIKitSample is available under the MIT license. See the LICENSE file.