Skip to content

Commit 241f66d

Browse files
committed
update podfile to match tag
update readme to specify pod install with tag matching
1 parent 1d05ba5 commit 241f66d

File tree

4 files changed

+27
-27
lines changed

4 files changed

+27
-27
lines changed

Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ target 'TeadsSampleApp' do
77
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
88
use_frameworks!
99

10-
pod 'TeadsSDK', :git => 'https://github.com/teads/TeadsSDK-iOS.git', :branch => 'v5'
10+
pod 'TeadsSDK', :git => 'https://github.com/teads/TeadsSDK-iOS.git', :tag => 'v5.0.0'
1111

12-
pod 'TeadsSASAdapter', :git => 'https://github.com/teads/TeadsSDK-iOS.git', :branch => 'v5'
13-
pod 'TeadsMoPubAdapter', :git => 'https://github.com/teads/TeadsSDK-iOS.git', :branch => 'v5'
14-
pod 'TeadsAdMobAdapter', :git => 'https://github.com/teads/TeadsSDK-iOS.git', :branch => 'v5'
12+
pod 'TeadsSASAdapter', :git => 'https://github.com/teads/TeadsSDK-iOS.git', :tag => 'v5.0.0'
13+
pod 'TeadsMoPubAdapter', :git => 'https://github.com/teads/TeadsSDK-iOS.git', :tag => 'v5.0.0'
14+
pod 'TeadsAdMobAdapter', :git => 'https://github.com/teads/TeadsSDK-iOS.git', :tag => 'v5.0.0'
1515

1616
end

Podfile.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ PODS:
22
- Google-Mobile-Ads-SDK (8.8.0):
33
- GoogleAppMeasurement (< 9.0, >= 7.0)
44
- GoogleUserMessagingPlatform (>= 1.1)
5-
- GoogleAppMeasurement (8.4.0):
6-
- GoogleAppMeasurement/AdIdSupport (= 8.4.0)
5+
- GoogleAppMeasurement (8.5.0):
6+
- GoogleAppMeasurement/AdIdSupport (= 8.5.0)
77
- GoogleUtilities/AppDelegateSwizzler (~> 7.4)
88
- GoogleUtilities/MethodSwizzler (~> 7.4)
99
- GoogleUtilities/Network (~> 7.4)
1010
- "GoogleUtilities/NSData+zlib (~> 7.4)"
1111
- nanopb (~> 2.30908.0)
12-
- GoogleAppMeasurement/AdIdSupport (8.4.0):
12+
- GoogleAppMeasurement/AdIdSupport (8.5.0):
1313
- GoogleUtilities/AppDelegateSwizzler (~> 7.4)
1414
- GoogleUtilities/MethodSwizzler (~> 7.4)
1515
- GoogleUtilities/Network (~> 7.4)
@@ -64,10 +64,10 @@ PODS:
6464
- TeadsSDK/Core (5.0.0)
6565

6666
DEPENDENCIES:
67-
- TeadsAdMobAdapter (from `https://github.com/teads/TeadsSDK-iOS.git`, branch `v5`)
68-
- TeadsMoPubAdapter (from `https://github.com/teads/TeadsSDK-iOS.git`, branch `v5`)
69-
- TeadsSASAdapter (from `https://github.com/teads/TeadsSDK-iOS.git`, branch `v5`)
70-
- TeadsSDK (from `https://github.com/teads/TeadsSDK-iOS.git`, branch `v5`)
67+
- TeadsAdMobAdapter (from `https://github.com/teads/TeadsSDK-iOS.git`, tag `v5.0.0`)
68+
- TeadsMoPubAdapter (from `https://github.com/teads/TeadsSDK-iOS.git`, tag `v5.0.0`)
69+
- TeadsSASAdapter (from `https://github.com/teads/TeadsSDK-iOS.git`, tag `v5.0.0`)
70+
- TeadsSDK (from `https://github.com/teads/TeadsSDK-iOS.git`, tag `v5.0.0`)
7171

7272
SPEC REPOS:
7373
trunk:
@@ -83,47 +83,47 @@ SPEC REPOS:
8383

8484
EXTERNAL SOURCES:
8585
TeadsAdMobAdapter:
86-
:branch: v5
8786
:git: https://github.com/teads/TeadsSDK-iOS.git
87+
:tag: v5.0.0
8888
TeadsMoPubAdapter:
89-
:branch: v5
9089
:git: https://github.com/teads/TeadsSDK-iOS.git
90+
:tag: v5.0.0
9191
TeadsSASAdapter:
92-
:branch: v5
9392
:git: https://github.com/teads/TeadsSDK-iOS.git
93+
:tag: v5.0.0
9494
TeadsSDK:
95-
:branch: v5
9695
:git: https://github.com/teads/TeadsSDK-iOS.git
96+
:tag: v5.0.0
9797

9898
CHECKOUT OPTIONS:
9999
TeadsAdMobAdapter:
100-
:commit: 09a287a99dd6046df6a3e159c6dd6be73badae0a
101100
:git: https://github.com/teads/TeadsSDK-iOS.git
101+
:tag: v5.0.0
102102
TeadsMoPubAdapter:
103-
:commit: 09a287a99dd6046df6a3e159c6dd6be73badae0a
104103
:git: https://github.com/teads/TeadsSDK-iOS.git
104+
:tag: v5.0.0
105105
TeadsSASAdapter:
106-
:commit: 09a287a99dd6046df6a3e159c6dd6be73badae0a
107106
:git: https://github.com/teads/TeadsSDK-iOS.git
107+
:tag: v5.0.0
108108
TeadsSDK:
109-
:commit: 09a287a99dd6046df6a3e159c6dd6be73badae0a
110109
:git: https://github.com/teads/TeadsSDK-iOS.git
110+
:tag: v5.0.0
111111

112112
SPEC CHECKSUMS:
113113
Google-Mobile-Ads-SDK: 1fccd8fd76aca1cef9bfe0711124c9731dad9307
114-
GoogleAppMeasurement: 6b6a08fd9c71f4dbc89e0e812acca81d797aa342
114+
GoogleAppMeasurement: 8d10c1c470fcb0e5143ed74fddd164f0a0384800
115115
GoogleUserMessagingPlatform: ab890ce5f6620f293a21b6bdd82e416a2c73aeca
116116
GoogleUtilities: eea970f4a389963963bffe8d8fabe43540678b9c
117117
mopub-ios-sdk: 36d322902674b79b0560a1cb8d15af0548d364ea
118118
nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96
119119
PromisesObjC: 68159ce6952d93e17b2dfe273b8c40907db5ba58
120120
Smart-Core-SDK: e881969bd695ec3ae1d03100703a19b657cba9c3
121121
Smart-Display-SDK: 7fccb0a15bb820adea66e31fff937888811e2529
122-
TeadsAdMobAdapter: 16dd5e8c29a0a7509b65f011b24c2b26c5600d94
122+
TeadsAdMobAdapter: ed9486c743768f6a9dfceb5f520745772e8c0270
123123
TeadsMoPubAdapter: 50b7bef94e25cb9908786cf9c63fd3a98ca4faa0
124-
TeadsSASAdapter: 95232412ee8bdbd9a4a43c7ff6b2d09aa0d9e863
125-
TeadsSDK: ae7d9f06ebc1a56be4bb96744acace0573dd699e
124+
TeadsSASAdapter: 27498ce3d5be61c025feb4fafe4c6cb28031a21a
125+
TeadsSDK: ca2eb7c2f64ccfc6807d7d60472fd01849ad6826
126126

127-
PODFILE CHECKSUM: e7e822402b5d57e2af5b96e48ded6db3010b3179
127+
PODFILE CHECKSUM: 0629c793cc823ac94d417b0f417e4b5c3555897f
128128

129129
COCOAPODS: 1.10.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Teads SDK is currently distributed through CocoaPods. It includes everything you
2828
For installing TeadsSDK just put this on your podfile, if you never use cocoapods before please check the [offical documentation](https://guides.cocoapods.org/using/using-cocoapods.html).
2929

3030
```ruby
31-
pod 'TeadsSDK', :git => 'https://github.com/teads/TeadsSDK-iOS.git', :branch => 'v5'
31+
pod 'TeadsSDK', :git => 'https://github.com/teads/TeadsSDK-iOS.git', :tag => 'v5.0.0'
3232
```
3333

3434
Go to the directory containing your project's `.xcodeproj` file and the Podfile, on the terminal and run `pod install` command. This will install Teads SDK along with our needed dependencies.

TeadsSampleApp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,23 +558,23 @@
558558
"${PODS_ROOT}/Target Support Files/Pods-TeadsSampleApp/Pods-TeadsSampleApp-frameworks.sh",
559559
"${BUILT_PRODUCTS_DIR}/GoogleUtilities/GoogleUtilities.framework",
560560
"${BUILT_PRODUCTS_DIR}/PromisesObjC/FBLPromises.framework",
561-
"${BUILT_PRODUCTS_DIR}/TeadsSDK/TeadsSDK.framework",
562561
"${BUILT_PRODUCTS_DIR}/mopub-ios-sdk/MoPubSDK.framework",
563562
"${BUILT_PRODUCTS_DIR}/nanopb/nanopb.framework",
564563
"${PODS_XCFRAMEWORKS_BUILD_DIR}/SCSCoreKit/SCSCoreKit.framework/SCSCoreKit",
565564
"${PODS_XCFRAMEWORKS_BUILD_DIR}/SASDisplayKit/SASDisplayKit.framework/SASDisplayKit",
565+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/TeadsSDK/TeadsSDK.framework/TeadsSDK",
566566
"${PODS_XCFRAMEWORKS_BUILD_DIR}/OMSDK_Teadstv/OMSDK_Teadstv.framework/OMSDK_Teadstv",
567567
"${PODS_XCFRAMEWORKS_BUILD_DIR}/OMSDK_Mopub/OMSDK_Mopub.framework/OMSDK_Mopub",
568568
);
569569
name = "[CP] Embed Pods Frameworks";
570570
outputPaths = (
571571
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleUtilities.framework",
572572
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBLPromises.framework",
573-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TeadsSDK.framework",
574573
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MoPubSDK.framework",
575574
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/nanopb.framework",
576575
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SCSCoreKit.framework",
577576
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SASDisplayKit.framework",
577+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TeadsSDK.framework",
578578
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OMSDK_Teadstv.framework",
579579
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OMSDK_Mopub.framework",
580580
);

0 commit comments

Comments
 (0)