Paypal iOS SDK v2.12.5 Release Notes

    • In CocoaPods, add subspecs to allow PayPal SDK to be used without card.io. By default, all libraries are included. If you do not want to use card.io, use the Core subspec like PayPal-iOS-SDK/Core in your Podfile. See the SampleApp without card.io to see how you can setup your application without credit card scanning. See issue #358.
    • ⚡️ Update to use NSURLSession whenever possible. Falls back to NSURLConnection for iOS 6.