Skip to content

Commit 70838ed

Browse files
committed
add SPM documentation section
1 parent ca52171 commit 70838ed

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@ In terminal in the directory containing your project's `.xcodeproj` file and the
2525
$ pod install --repo-update
2626
```
2727

28+
### Swift Package Manager
29+
30+
[SPM](https://swift.org/package-manager/) is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies. To integrate TeadsSDK into your Xcode project using SPM, specify package repository url :
31+
32+
```
33+
https://github.com/teads/TeadsSDK-iOS
34+
```
35+
36+
Then select latest version available
37+
2838
### Carthage
2939

3040
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate TeadsSDK into your Xcode project using Carthage, specify it in your `Cartfile`:
@@ -37,12 +47,6 @@ github "teads/TeadsSDK-iOS"
3747

3848
Integration instructions are available on [Teads SDK Documentation](https://support.teads.tv/support/solutions/articles/36000165909).
3949

40-
## Known Issue
41-
42-
### Xcode 12 Excluded Architecture
43-
44-
[#142](https://github.com/teads/TeadsSDK-iOS/issues/142) Our third party viewability solution is unfortunately not yet compatible with ARM Simulator Architecture.
45-
4650
## Changelog
4751

4852
See [changelog here](CHANGELOG.md).

0 commit comments

Comments
 (0)