Skip to content

Commit 0590ca9

Browse files
V4.0.0-beta
1 parent acaf4d4 commit 0590ca9

File tree

250 files changed

+18946
-12690
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

250 files changed

+18946
-12690
lines changed

AppTransportSecurity.png

-7.99 KB
Binary file not shown.

CHANGELOG.md

Lines changed: 0 additions & 262 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
22-
21+
SOFTWARE.

README.md

Lines changed: 0 additions & 85 deletions
This file was deleted.
Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
11
Pod::Spec.new do |s|
22

3-
s.name = "TeadsSDK"
4-
s.version = "2.7.16"
3+
s.name = "TeadsSDK-beta"
4+
s.version = "4.0.0-beta"
55
s.summary = "Teads' iOS SDK"
66

77
s.description = <<-DESC
88
Teads allows you to integrate a single SDK into your app, and serve premium branded ads from Teads' SSP.
99
DESC
1010

11-
s.ios.deployment_target = "8.0"
11+
s.ios.deployment_target = "9.0"
1212

1313
s.homepage = "https://github.com/teads/TeadsSDK-iOS"
1414
s.license = "Apache 2.0"
1515
s.author = { "Teads" => "[email protected]" }
16-
s.source = { :git => "https://github.com/teads/TeadsSDK-iOS.git", :branch => "master", :tag => "v#{s.version}" }
16+
s.source = { :git => 'https://github.com/teads/TeadsSDK-iOS.git', :branch => 'TeadsSDK4.0.0-beta', :tag => "v#{s.version}"}
1717

1818
s.requires_arc = true
19-
s.preserve_paths = 'TeadsSDKDemo/TeadsSDK.framework'
20-
s.vendored_frameworks = 'TeadsSDKDemo/TeadsSDK.framework'
21-
s.resources = 'TeadsSDKDemo/Resources/*'
19+
s.preserve_paths = 'TeadsSDK.framework'
20+
s.vendored_frameworks = 'TeadsSDK.framework'
2221
s.ios.frameworks = 'AdSupport', 'AVFoundation', 'CoreLocation', 'CoreMedia', 'CoreTelephony', 'MediaPlayer', 'SystemConfiguration'
23-
s.library = 'xml2'
2422
s.framework = 'TeadsSDK'
2523

2624
end

0 commit comments

Comments
 (0)