Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 474 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 474 Bytes

PlayKit

Dependencies

  1. install dependencies by pod
    pod 'ObjectMapper', '~> 2.2'
    pod 'Alamofire', '~> 4.4'
    pod 'RxSwift',    '~> 3.0'
    pod 'RxCocoa',    '~> 3.0'
    pod 'KeychainAccess'
    pod 'YYCache'
    
  1. install dependencies by carthage
  github "Alamofire/Alamofire" ~> 4.0
  github "ReactiveX/RxSwift" ~> 3.0
  github "kishikawakatsumi/KeychainAccess"
  github "ibireme/YYCache"
  github "Hearst-DD/ObjectMapper" ~> 2.2