Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Merge branch 'carthage_support'
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Kramer committed Dec 28, 2016
2 parents 01a4fed + f960632 commit 051a8b8
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 1 deletion.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion SwiftLuhn.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "SwiftLuhn"
s.version = "0.2.0"
s.version = "0.2.1"
s.summary = "SwiftLuhn is a port of the Luhn algorithm, used for validating debit/credit card details."
s.description = <<-DESC
This is a port of the Luhn Algorithm, generally used for validating debit/credit card details, to Swift.
Expand Down
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
machine:
xcode:
version: "8.1"

0 comments on commit 051a8b8

Please sign in to comment.