Skip to content

Commit

Permalink
New podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelvillar committed Sep 3, 2013
1 parent a6f2cb2 commit 3e36ad2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Stripe.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Stripe"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "Stripe is a web-based API for accepting payments online."
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = "https://stripe.com"
Expand All @@ -10,4 +10,5 @@ Pod::Spec.new do |s|
s.public_header_files = 'Stripe/**/*.h'
s.framework = 'Foundation'
s.requires_arc = true
s.dependency 'PaymentKit', :git => 'https://github.com/stripe/PaymentKit.git'
end
2 changes: 1 addition & 1 deletion Stripe/Vendor/PaymentKit

0 comments on commit 3e36ad2

Please sign in to comment.