diff --git a/Stripe.podspec b/Stripe.podspec index 957ae50a10..cf19a83e49 100644 --- a/Stripe.podspec +++ b/Stripe.podspec @@ -6,8 +6,7 @@ Pod::Spec.new do |s| s.homepage = 'https://stripe.com/docs/mobile/ios' s.authors = { 'Jack Flintermann' => 'jack@stripe.com', 'Stripe' => 'support+github@stripe.com' } s.source = { :git => 'https://github.com/stripe/stripe-ios.git', :tag => "v#{s.version}" } - s.frameworks = 'Foundation', 'Security', 'WebKit' - s.weak_frameworks = 'PassKit', 'AddressBook' + s.frameworks = 'Foundation', 'Security', 'WebKit', 'PassKit', 'AddressBook' s.requires_arc = true s.platform = :ios s.ios.deployment_target = '8.0'