Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup for public cocoapod #4

Merged
merged 1 commit into from
Apr 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ CardScan iOS installation guide
* [iOS 10 and older (Swift)](#ios-10-and-older-swift)
* [Configure CardScan (Objective C)](#configure-cardscan-objective-c)
* [Using CardScan (Objective C)](#using-cardscan-objective-c)
* [iOS 10 and older (Objective C)](#ios-10-and-older-objective-c)]
* [iOS 10 and older (Objective C)](#ios-10-and-older-objective-c)
* [Authors](#authors)
* [License](#license)

@@ -27,14 +27,14 @@ CardScan is available through [CocoaPods](https://cocoapods.org). To install
it, add the following line to your Podfile:

```ruby
pod 'CardScan', :git => '[email protected]:getbouncer/cardscan-ios.git', :tag => '1.0.4035'
pod 'CardScan'
```

Or if you're using Stripe:

```ruby
pod 'CardScan', :git => '[email protected]:getbouncer/cardscan-ios.git', :tag => '1.0.4035'
pod 'CardScan/Stripe', :git => '[email protected]:getbouncer/cardscan-ios.git', :tag => '1.0.4035'
pod 'CardScan'
pod 'CardScan/Stripe'
```

Make sure that you include the `use_frameworks!` line in your Podfile