forked from prebid/prebid-mobile-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* new updated API pertaining to the intend to implement
- Loading branch information
1 parent
c90872e
commit 47ab8b9
Showing
1,316 changed files
with
10,397 additions
and
148,005 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,9 +1,7 @@ | ||
language: objective-c | ||
language: swift | ||
osx_image: xcode8 | ||
env: | ||
- XAMARIN_DEVICES_ID_PR=92132fb4 XAMARIN_DEVICES_ID_CRON=a3dab23a | ||
before_script: "./scripts/add-keys.sh" | ||
after_script: "./scripts/remove-key.sh" | ||
script: | ||
- "./scripts/buildPrebidMobile.sh" | ||
- "./scripts/testPrebidMobile.sh" | ||
- "./scripts/testPrebidMobile.sh" |
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,7 +1,7 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "PrebidMobile" | ||
s.version = "0.5.3" | ||
s.version = "1.0" | ||
s.summary = "PrebidMobile is a lightweight framework that integrates directly with Prebid Server." | ||
|
||
s.description = <<-DESC | ||
|
@@ -11,7 +11,7 @@ Pod::Spec.new do |s| | |
|
||
|
||
s.license = { :type => "Apache License, Version 2.0", :text => <<-LICENSE | ||
Copyright 2017 Prebid.org, Inc. | ||
Copyright 2018-2019 Prebid.org, Inc. | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
|
@@ -28,12 +28,10 @@ Pod::Spec.new do |s| | |
} | ||
|
||
s.author = { "Prebid.org, Inc." => "[email protected]" } | ||
s.platform = :ios, "8.0" | ||
s.platform = :ios, "11.0" | ||
s.swift_version = '3.2' | ||
s.source = { :git => "https://github.com/prebid/prebid-mobile-ios.git", :tag => "#{s.version}" } | ||
s.source_files = "sdk/PrebidMobile", "sdk/PrebidMobile/**/*.{h,m}", "sdk/PrebidServerAdapter/**/*.{h,m}" | ||
s.public_header_files = "sdk/PrebidServerAdapter/PBServerAdapter.h", "sdk/PrebidMobile/*.h", "sdk/PrebidMobile/Logging/*.h" | ||
s.exclude_files = "sdk/PrebidMobile/**/PrebidMobile-umbrella.h" | ||
s.requires_arc = true | ||
s.source_files = "src/PrebidMobile/PrebidMobile","src/PrebidMobile/PrebidMobile/*.{h,swift}","src/PrebidMobile/PrebidMobile/**/*.swift" | ||
s.xcconfig = { | ||
:LIBRARY_SEARCH_PATHS => '$(inherited)', | ||
:OTHER_CFLAGS => '$(inherited)', | ||
|
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Uncomment the next line to define a global platform for your project | ||
# platform :ios, '9.0' | ||
|
||
target 'PrebidDemo' do | ||
|
||
|
||
# Pods for PrebidDemo | ||
|
||
pod 'Google-Mobile-Ads-SDK' | ||
|
||
pod 'mopub-ios-sdk' | ||
|
||
end |
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
PODS: | ||
- Google-Mobile-Ads-SDK (7.39.0) | ||
- mopub-ios-sdk (5.5.0): | ||
- mopub-ios-sdk/MoPubSDK (= 5.5.0) | ||
- mopub-ios-sdk/Avid (5.5.0): | ||
- mopub-ios-sdk/Core | ||
- mopub-ios-sdk/Core (5.5.0) | ||
- mopub-ios-sdk/Moat (5.5.0): | ||
- mopub-ios-sdk/Core | ||
- mopub-ios-sdk/MoPubSDK (5.5.0): | ||
- mopub-ios-sdk/Avid | ||
- mopub-ios-sdk/Core | ||
- mopub-ios-sdk/Moat | ||
|
||
DEPENDENCIES: | ||
- Google-Mobile-Ads-SDK | ||
- mopub-ios-sdk | ||
|
||
SPEC REPOS: | ||
https://github.com/cocoapods/specs.git: | ||
- Google-Mobile-Ads-SDK | ||
- mopub-ios-sdk | ||
|
||
SPEC CHECKSUMS: | ||
Google-Mobile-Ads-SDK: d0f10a7c4d7015db23075ff316602350d12049db | ||
mopub-ios-sdk: 937b82dd76d8a396ba6a22ae005a1e24c61bf28b | ||
|
||
PODFILE CHECKSUM: 046766c8e4e0e44a0c7bac93f52bd49e0cb7fac3 | ||
|
||
COCOAPODS: 1.5.3 |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// | ||
// Use this file to import your target's public headers that you would like to expose to Swift. | ||
// | ||
|
Oops, something went wrong.