/Cryptex

Swift API clients for various crypto currency exchanges like Gemini.com, GDAX.com, Poloniex.com, Binance.com, Cryptopia.co.nz, Koinex.in, BitGrail.com and CoinMarketCap.com

Primary LanguageSwiftMIT LicenseMIT

Cryptex

Swift 4.0 badge-platforms badge-pms CocoaPods GitHub release Cocoapods Downloads Github Commits Since last release badge-mit

Cryptex, a single Swift 4 library to access multiple crypto currency exchange APIs.

Requirements

  • iOS 8.0+ | macOS 10.10+ | tvOS 9.0+ | watchOS 2.0+
  • Xcode 8.3+

Integration

CocoaPods (iOS 8+, OS X 10.9+)

To install all exchanges

pod 'Cryptex', '~> 0.0.3'

To install only one exchange

pod 'Cryptex/Gemini', '~> 0.0.3'

To install two or more exchanges

pod 'Cryptex', '~> 0.0.3', :subspecs => ['Gemini', 'GDAX', "Poloniex"]

Carthage (iOS 8+, OS X 10.9+)

github "trsathya/Cryptex" ~> 0.0.3

Swift Package Manager

dependencies: [
    .Package(url: "https://github.com/trsathya/Cryptex.git", from: "0.0.3"),
]