https://github.com/bitcoin-com/bdc-kit-ios
UI + VIPER Kit for iOS built with Swift by the Wallet Team. Enjoy!
https://github.com/bitcoin-com/bdc-kit-ios
Last synced: about 2 months ago
JSON representation
UI + VIPER Kit for iOS built with Swift by the Wallet Team. Enjoy!
- Host: GitHub
- URL: https://github.com/bitcoin-com/bdc-kit-ios
- Owner: Bitcoin-com
- License: mit
- Created: 2019-05-02T07:42:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-30T09:58:58.000Z (over 6 years ago)
- Last Synced: 2025-06-25T19:02:15.899Z (12 months ago)
- Language: Swift
- Homepage: https://wallet.bitcoin.com
- Size: 975 KB
- Stars: 0
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# BDCKit iOS
[](https://app.bitrise.io/app/c159b05637bfa383)
[](https://github.com/Bitcoin-com/CocoaPods/tree/master/)




## Installation
### CocoaPods
#### Podfile
```ruby
# Add our public Cocoapods repo
source 'https://github.com/Bitcoin-com/CocoaPods.git'
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
target 'BDCTestApp' do
use_frameworks!
# Pods for BDCTestApp
pod 'BDCKit'
# or pod 'BDCKit', :git => 'https://github.com/bitcoin-com/bdc-kit-ios', :branch => 'master'
end
```