diff --git a/PayPal-iOS-SDK.podspec b/PayPal-iOS-SDK.podspec
index 5c82f47..fbb5a37 100644
--- a/PayPal-iOS-SDK.podspec
+++ b/PayPal-iOS-SDK.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'PayPal-iOS-SDK'
- spec.version = '2.7.1'
+ spec.version = '2.7.2'
spec.license = { type: 'BSD', file: 'LICENSE.md' }
spec.homepage = 'https://developer.paypal.com/webapps/developer/docs/integration/mobile/mobile-sdk-overview/'
spec.authors = { 'PayPal' => 'support@paypal.com' }
diff --git a/PayPalMobile/PayPalConfiguration.h b/PayPalMobile/PayPalConfiguration.h
index b561a28..1acdf4e 100644
--- a/PayPalMobile/PayPalConfiguration.h
+++ b/PayPalMobile/PayPalConfiguration.h
@@ -1,7 +1,7 @@
//
// PayPalConfiguration.h
//
-// Version 2.7.1
+// Version 2.7.2
//
// Copyright (c) 2014, PayPal
// All rights reserved.
diff --git a/PayPalMobile/PayPalFuturePaymentViewController.h b/PayPalMobile/PayPalFuturePaymentViewController.h
index 1e3cc77..9c1c781 100644
--- a/PayPalMobile/PayPalFuturePaymentViewController.h
+++ b/PayPalMobile/PayPalFuturePaymentViewController.h
@@ -1,7 +1,7 @@
//
// PayPalFuturePaymentViewController.h
//
-// Version 2.7.1
+// Version 2.7.2
//
// Copyright (c) 2014, PayPal
// All rights reserved.
diff --git a/PayPalMobile/PayPalMobile.h b/PayPalMobile/PayPalMobile.h
index 4b5e8ae..909f5a0 100644
--- a/PayPalMobile/PayPalMobile.h
+++ b/PayPalMobile/PayPalMobile.h
@@ -1,7 +1,7 @@
//
// PayPalMobile.h
//
-// Version 2.7.1
+// Version 2.7.2
//
// Copyright (c) 2014, PayPal
// All rights reserved.
diff --git a/PayPalMobile/PayPalOAuthScopes.h b/PayPalMobile/PayPalOAuthScopes.h
index 8ed4fc9..9ec2972 100644
--- a/PayPalMobile/PayPalOAuthScopes.h
+++ b/PayPalMobile/PayPalOAuthScopes.h
@@ -1,7 +1,7 @@
//
// PayPalOAuthScopes.h
//
-// Version 2.7.1
+// Version 2.7.2
//
// Copyright (c) 2014, PayPal
// All rights reserved.
diff --git a/PayPalMobile/PayPalPayment.h b/PayPalMobile/PayPalPayment.h
index 3359be7..f39c941 100644
--- a/PayPalMobile/PayPalPayment.h
+++ b/PayPalMobile/PayPalPayment.h
@@ -1,7 +1,7 @@
//
// PayPalPayment.h
//
-// Version 2.7.1
+// Version 2.7.2
//
// Copyright (c) 2014, PayPal
// All rights reserved.
diff --git a/PayPalMobile/PayPalPaymentViewController.h b/PayPalMobile/PayPalPaymentViewController.h
index ddf24e0..4a1e3ea 100644
--- a/PayPalMobile/PayPalPaymentViewController.h
+++ b/PayPalMobile/PayPalPaymentViewController.h
@@ -1,7 +1,7 @@
//
// PayPalPaymentViewController.h
//
-// Version 2.7.1
+// Version 2.7.2
//
// Copyright (c) 2014, PayPal
// All rights reserved.
diff --git a/PayPalMobile/PayPalProfileSharingViewController.h b/PayPalMobile/PayPalProfileSharingViewController.h
index 93b1afd..1086393 100644
--- a/PayPalMobile/PayPalProfileSharingViewController.h
+++ b/PayPalMobile/PayPalProfileSharingViewController.h
@@ -1,7 +1,7 @@
//
// PayPalProfileSharingViewController.h
//
-// Version 2.7.1
+// Version 2.7.2
//
// Copyright (c) 2014, PayPal
// All rights reserved.
diff --git a/PayPalMobile/libPayPalMobile.a b/PayPalMobile/libPayPalMobile.a
index a0f18ae..f15c6d8 100644
Binary files a/PayPalMobile/libPayPalMobile.a and b/PayPalMobile/libPayPalMobile.a differ
diff --git a/README.md b/README.md
index 0f4e16a..e48e5f8 100755
--- a/README.md
+++ b/README.md
@@ -66,6 +66,15 @@ Your customer logs in to PayPal and consents to PayPal sharing information with
## Add the SDK to Your Project
+### If you use [CocoaPods](http://cocoapods.org), then add these lines to your podfile:
+
+```ruby
+platform :ios, '6.0'
+pod 'PayPal-iOS-SDK'
+```
+
+### If you don't use CocoaPods, then:
+
1. Clone or download the SDK, which consists of header files, license acknowledgements, release notes, and a static library. It also includes a sample app.
* **As of version 2.4.0, the SDK requires Xcode 6 and iOS 8 SDK. If you are still using Xcode 5, please use [version 2.3.2](https://github.com/paypal/PayPal-iOS-SDK/releases) of this SDK.**
2. Add the `PayPalMobile` directory (containing several .h files and libPayPalMobile.a) to your Xcode project. We recommend checking "Copy items..." and selecting "Create groups...".
@@ -81,7 +90,10 @@ Your customer logs in to PayPal and consents to PayPal sharing information with
* `MessageUI.framework`
* `MobileCoreServices.framework`
* `SystemConfiguration.framework`
-5. Add the open source license acknowledgments from acknowledgments.md to [your app's acknowledgments](http://stackoverflow.com/questions/3966116/where-to-put-open-source-credit-information-for-an-iphone-app).
+
+### With or without CocoaPods:
+
+1. Add the open source license acknowledgments from acknowledgments.md to [your app's acknowledgments](http://stackoverflow.com/questions/3966116/where-to-put-open-source-credit-information-for-an-iphone-app).
## Credentials
diff --git a/SampleApp/PayPal-iOS-SDK-Sample-App/PayPal-iOS-SDK-Sample-App-Info.plist b/SampleApp/PayPal-iOS-SDK-Sample-App/PayPal-iOS-SDK-Sample-App-Info.plist
index 0723cd4..59eb882 100644
--- a/SampleApp/PayPal-iOS-SDK-Sample-App/PayPal-iOS-SDK-Sample-App-Info.plist
+++ b/SampleApp/PayPal-iOS-SDK-Sample-App/PayPal-iOS-SDK-Sample-App-Info.plist
@@ -30,11 +30,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 2.7.1
+ 2.7.2
CFBundleSignature
????
CFBundleVersion
- 2.7.1
+ 2.7.2
LSRequiresIPhoneOS
UIMainStoryboardFile
diff --git a/release_notes.md b/release_notes.md
index 53d372b..1efa733 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -1,6 +1,10 @@
PayPal iOS SDK release notes
============================
+2.7.2
+-----
+* Minor bug fixes.
+
2.7.1
-----
* Prevent two MORE potential "duplicate symbol" problems for apps that are also integrating with 1Password. Grr.