-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
70 changed files
with
672 additions
and
8,744 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = 'MoPub-Teads-Adapters' | ||
s.version = '4.7.3' | ||
s.version = '4.7.4' | ||
s.summary = "MoPub Adapter for Teads' iOS SDK" | ||
s.module_name = 'TeadsMoPubAdapter' | ||
s.description = <<-DESC | ||
Use this adapter to include MoPub as a demand source in your mediation waterfall | ||
DESC | ||
|
@@ -11,14 +12,13 @@ Pod::Spec.new do |s| | |
s.license = { :type => 'Copyright', :text => 'Copyright Teads 2020' } | ||
s.authors = { 'Teads' => '[email protected]'} | ||
|
||
s.source = { :git => 'https://github.com/teads/TeadsSDK-adapter-mopub-ios.git', :branch => 'master', :tag => "v#{s.version}"} | ||
s.source = { :git => 'https://github.com/teads/TeadsSDK-adapter-mopub-ios.git', :tag => "v#{s.version}"} | ||
s.platform = 'ios' | ||
s.ios.deployment_target = '9.0' | ||
s.static_framework = true | ||
s.requires_arc = true | ||
s.ios.vendored_frameworks = 'TeadsMoPubAdapter.framework' | ||
s.preserve_paths = 'TeadsMoPubAdapter.framework' | ||
s.framework = 'TeadsMoPubAdapter' | ||
s.source_files = 'TeadsMoPubAdapter/**/*{.swift}' | ||
s.swift_versions = ['4.3', '5.0', '5.1'] | ||
|
||
s.dependency 'TeadsSDK', "#{s.version}" | ||
s.dependency 'mopub-ios-sdk', '>= 5.6' | ||
|
This file was deleted.
Oops, something went wrong.
732 changes: 0 additions & 732 deletions
732
TeadsMoPubAdapter.framework/2E1354E9-44B2-3C00-8CA9-F8F6034C6923.bcsymbolmap
This file was deleted.
Oops, something went wrong.
742 changes: 0 additions & 742 deletions
742
TeadsMoPubAdapter.framework/5A7DDA71-0121-3C80-8933-6512BCD37BA6.bcsymbolmap
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.