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 file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rama krishna committed May 30, 2018
1 parent f39d590 commit 5098e53
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 41 deletions.
5 changes: 2 additions & 3 deletions ProsperBorrowerSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ spec.license = { :type => 'Copyright',
spec.source = { :git => 'https://github.com/prosperllc/Prosper-iOS-SDK.git', :tag => 'v2.3' }
spec.requires_arc = true
spec.ios.deployment_target = '9.0'
spec.dependency 'AFNetworking', '3.1.0'
spec.dependency 'AFNetworking', '3.2.0'
spec.dependency 'AFOAuth2Manager', '3.0.0'
spec.dependency 'AdobeMobileSDK', '4.13.5'
spec.dependency 'AdobeMobileSDK', '4.15.0'
spec.vendored_frameworks = 'Frameworks/ProsperBorrowerSDK.framework'
spec.resources = 'Frameworks/ProsperBorrowerSDK.bundle'
spec.frameworks = 'SystemConfiguration'
spec.library = 'sqlite3.0'

Expand Down
16 changes: 1 addition & 15 deletions ProsperBorrowerSDKSample/Podfile
Original file line number Diff line number Diff line change
@@ -1,26 +1,12 @@
source 'https://github.com/artsy/Specs.git'
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '9.0'

use_frameworks!

workspace ‘ProsperBorrowerSDKSample’

# https://github.com/AFNetworking/AFNetworking
pod "AFNetworking", "~> 3.2.0"

# https://github.com/AFNetworking/AFOAuth2Manager
pod "AFOAuth2Manager", "~> 3.0.0"

pod 'AdobeMobileSDK', '~> 4.15.0'

target :ProsperBorrowerSDKSample do
xcodeproj 'ProsperBorrowerSDKSample.xcodeproj'
pod 'ProsperBorrowerSDK', :path => '..'
end






Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
4F7AABF01BC4AE5E0025631B /* ProsperBorrowerSDKSampleUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F7AABEF1BC4AE5E0025631B /* ProsperBorrowerSDKSampleUITests.m */; };
4F7AAC071BC4B1210025631B /* OfferViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F7AAC061BC4B1210025631B /* OfferViewController.m */; };
4F7AAC091BC4E28D0025631B /* libsqlite3.0.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 4F7AAC081BC4E28D0025631B /* libsqlite3.0.tbd */; };
4FE14E7320B794600069DD98 /* ProsperBorrowerSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4FE14E7220B794600069DD98 /* ProsperBorrowerSDK.framework */; };
4FE14E7420B794600069DD98 /* ProsperBorrowerSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4FE14E7220B794600069DD98 /* ProsperBorrowerSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
B5DF4F747B18F9472F4B0BF1 /* Pods_ProsperBorrowerSDKSample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4F5A667210B731BA61ACE10 /* Pods_ProsperBorrowerSDKSample.framework */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -46,7 +44,6 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
4FE14E7420B794600069DD98 /* ProsperBorrowerSDK.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -74,7 +71,6 @@
4F7AAC061BC4B1210025631B /* OfferViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OfferViewController.m; sourceTree = "<group>"; };
4F7AAC081BC4E28D0025631B /* libsqlite3.0.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.0.tbd; path = usr/lib/libsqlite3.0.tbd; sourceTree = SDKROOT; };
4F8424951E0CD694007DA05B /* ProsperBorrowerSDKSample.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ProsperBorrowerSDKSample.entitlements; sourceTree = "<group>"; };
4FE14E7220B794600069DD98 /* ProsperBorrowerSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ProsperBorrowerSDK.framework; path = ../Frameworks/ProsperBorrowerSDK.framework; sourceTree = "<group>"; };
5935C4789428DB5F8140FE38 /* Pods-ProsperBorrowerSDKSample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ProsperBorrowerSDKSample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ProsperBorrowerSDKSample/Pods-ProsperBorrowerSDKSample.debug.xcconfig"; sourceTree = "<group>"; };
5DED31CA7489A6609AC1CF50 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
CDB9A076191357B329E86438 /* Pods-ProsperBorrowerSDKSample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ProsperBorrowerSDKSample.release.xcconfig"; path = "Pods/Target Support Files/Pods-ProsperBorrowerSDKSample/Pods-ProsperBorrowerSDKSample.release.xcconfig"; sourceTree = "<group>"; };
Expand All @@ -87,7 +83,6 @@
buildActionMask = 2147483647;
files = (
4F7AAC091BC4E28D0025631B /* libsqlite3.0.tbd in Frameworks */,
4FE14E7320B794600069DD98 /* ProsperBorrowerSDK.framework in Frameworks */,
B5DF4F747B18F9472F4B0BF1 /* Pods_ProsperBorrowerSDKSample.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -121,7 +116,6 @@
4F7AABBE1BC4AE5E0025631B = {
isa = PBXGroup;
children = (
4FE14E7220B794600069DD98 /* ProsperBorrowerSDK.framework */,
4F7AABC91BC4AE5E0025631B /* ProsperBorrowerSDKSample */,
4F7AABE31BC4AE5E0025631B /* ProsperBorrowerSDKSampleTests */,
4F7AABEE1BC4AE5E0025631B /* ProsperBorrowerSDKSampleUITests */,
Expand Down Expand Up @@ -358,12 +352,14 @@
"${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework",
"${BUILT_PRODUCTS_DIR}/AFOAuth2Manager/AFOAuth2Manager.framework",
"${BUILT_PRODUCTS_DIR}/AdobeMobileSDK/AdobeMobileSDK.framework",
"${PODS_ROOT}/../../Frameworks/ProsperBorrowerSDK.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFOAuth2Manager.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AdobeMobileSDK.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ProsperBorrowerSDK.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down
14 changes: 1 addition & 13 deletions ProsperSDKSwiftSample/Podfile
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
source 'https://github.com/artsy/Specs.git'
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '9.0'

use_frameworks!

workspace ‘ProsperSDKSwiftSample’

# https://github.com/AFNetworking/AFNetworking
pod "AFNetworking", "~> 3.2.0"

# https://github.com/AFNetworking/AFOAuth2Manager
pod "AFOAuth2Manager", "~> 3.0.0"

pod 'AdobeMobileSDK', '~> 4.15.0'

target :ProsperSDKSwiftSample do
xcodeproj 'ProsperSDKSwiftSample.xcodeproj'
pod 'ProsperBorrowerSDK', :path => '..'
end


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
4FD5FC0E1BFA99BA001EBB88 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4FD5FC0C1BFA99BA001EBB88 /* LaunchScreen.storyboard */; };
4FD5FC191BFA99BA001EBB88 /* ProsperSDKSwiftSampleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FD5FC181BFA99BA001EBB88 /* ProsperSDKSwiftSampleTests.swift */; };
4FD5FC241BFA99BA001EBB88 /* ProsperSDKSwiftSampleUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FD5FC231BFA99BA001EBB88 /* ProsperSDKSwiftSampleUITests.swift */; };
4FE14E7820B7B8EC0069DD98 /* ProsperBorrowerSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4FE14E7620B7B8EC0069DD98 /* ProsperBorrowerSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -45,7 +44,6 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
4FE14E7820B7B8EC0069DD98 /* ProsperBorrowerSDK.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -70,7 +68,6 @@
4FD5FC1F1BFA99BA001EBB88 /* ProsperSDKSwiftSampleUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ProsperSDKSwiftSampleUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
4FD5FC231BFA99BA001EBB88 /* ProsperSDKSwiftSampleUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProsperSDKSwiftSampleUITests.swift; sourceTree = "<group>"; };
4FD5FC251BFA99BA001EBB88 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4FE14E7620B7B8EC0069DD98 /* ProsperBorrowerSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ProsperBorrowerSDK.framework; path = ../Frameworks/ProsperBorrowerSDK.framework; sourceTree = "<group>"; };
99032CBEF99CD7D954337B38 /* Pods_ProsperSDKSwiftSample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ProsperSDKSwiftSample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
C38124E2484AEBCF5467F3C0 /* Pods-ProsperSDKSwiftSample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ProsperSDKSwiftSample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ProsperSDKSwiftSample/Pods-ProsperSDKSwiftSample.debug.xcconfig"; sourceTree = "<group>"; };
CC6099BD055D67186AC2A116 /* Pods-ProsperSDKSwiftSample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ProsperSDKSwiftSample.release.xcconfig"; path = "Pods/Target Support Files/Pods-ProsperSDKSwiftSample/Pods-ProsperSDKSwiftSample.release.xcconfig"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -108,7 +105,6 @@
4FD5FBF71BFA99BA001EBB88 = {
isa = PBXGroup;
children = (
4FE14E7620B7B8EC0069DD98 /* ProsperBorrowerSDK.framework */,
4FD5FC021BFA99BA001EBB88 /* ProsperSDKSwiftSample */,
4FD5FC171BFA99BA001EBB88 /* ProsperSDKSwiftSampleTests */,
4FD5FC221BFA99BA001EBB88 /* ProsperSDKSwiftSampleUITests */,
Expand Down Expand Up @@ -330,12 +326,14 @@
"${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework",
"${BUILT_PRODUCTS_DIR}/AFOAuth2Manager/AFOAuth2Manager.framework",
"${BUILT_PRODUCTS_DIR}/AdobeMobileSDK/AdobeMobileSDK.framework",
"${PODS_ROOT}/../../Frameworks/ProsperBorrowerSDK.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFOAuth2Manager.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AdobeMobileSDK.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ProsperBorrowerSDK.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down

0 comments on commit 5098e53

Please sign in to comment.