Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
updated the pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Rama krishna committed May 3, 2017
1 parent 2fae980 commit cf27b7c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ProsperBorrowerSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Pod::Spec.new do |spec|
spec.name = 'ProsperBorrowerSDK'
spec.version = '1.0.9'
spec.version = '1.0.10'
spec.license = { :type => 'Copyright',
:text => <<-LICENSE
Copyright © 2015 Prosper Funding, LLC, All rights reserved.
Expand All @@ -13,13 +13,12 @@ spec.license = { :type => 'Copyright',
spec.homepage = 'https://github.com/prosperllc/Prosper-iOS-SDK'
spec.social_media_url = 'https://www.facebook.com/prosperloans'
spec.author = 'Prosper Market Place.'
spec.source = { :git => 'https://github.com/prosperllc/Prosper-iOS-SDK.git', :tag => 'v1.9' }
spec.source = { :git => 'https://github.com/prosperllc/Prosper-iOS-SDK.git', :tag => 'v1.10' }
spec.requires_arc = true
spec.ios.deployment_target = '9.0'
spec.dependency 'AFNetworking', '3.1.0'
spec.dependency 'AFOAuth2Manager', '3.0.0'
spec.dependency 'AdobeMobileSDK', '4.13.2'
spec.dependency 'GoogleMaps', '1.10.5'
spec.dependency 'AdobeMobileSDK', '4.13.5'
spec.vendored_frameworks = 'Frameworks/ProsperBorrowerSDK.framework'
spec.resources = 'Frameworks/ProsperBorrowerSDK.bundle'
spec.preserve_path = 'ProsperBorrowerSDKSample'
Expand Down

0 comments on commit cf27b7c

Please sign in to comment.