diff --git a/Stripe.podspec b/Stripe.podspec index a405481ddc0..b987051095b 100644 --- a/Stripe.podspec +++ b/Stripe.podspec @@ -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" @@ -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 diff --git a/Stripe/Vendor/PaymentKit b/Stripe/Vendor/PaymentKit index f1c03f7b7dc..89f200edcf2 160000 --- a/Stripe/Vendor/PaymentKit +++ b/Stripe/Vendor/PaymentKit @@ -1 +1 @@ -Subproject commit f1c03f7b7dcbebb6984fa401e507f090030c4302 +Subproject commit 89f200edcf2ece8fa168ecbec201b6751c19e28c