yenom / BitcoinKit

Bitcoin protocol toolkit for Swift
MIT License
841 stars 261 forks source link

Better description for starters how to install BitcoinKit #188

Closed HeroHann closed 4 years ago

HeroHann commented 5 years ago

Requirements

Editing the Readme

Description of the Change

More steps for the install process:

gem install cocoapods brew install autoconf automake brew install libtool

pod init -> Pod File editing with: source 'https://github.com/CocoaPods/Specs.git' platform :ios, '10.0' use_frameworks!

target '' do pod 'BitcoinKit' end

pod install

Benefits

Users don't need to open up cases that are similar to those who have been answered.

Possible Drawbacks

NO