Skip to content

Commit

Permalink
Updated to 6.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKimVungle committed Nov 25, 2019
1 parent d16bb42 commit d157fb3
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 6 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog

## VERSION 6.4.6
* Bug Fixes

## VERSION 6.4.5
* Updated Moat
* Bug Fixes
Expand Down
Empty file modified LICENSE.md
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
[![Platform](https://img.shields.io/cocoapods/p/VungleSDK-iOS.svg?style=flat)](http://cocoapods.org/pods/VungleSDK-iOS)

## Getting Started
https://support.vungle.com/hc/en-us/articles/360002925791--Get-Started-with-Vungle-iOS-SDK-v-6
https://support.vungle.com/hc/en-us/articles/360002925791

Vungle SDK for iOS
=======================

**Version 6.4.5**
**Version 6.4.6**

Welcome to the Vungle SDK which has been battle-tested to unlock amazing monetization opportunities for you. The Vungle SDK enables the very best creatives in mobile advertising.

Expand Down
6 changes: 3 additions & 3 deletions VungleSDK-iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@

Pod::Spec.new do |s|
s.name = "VungleSDK-iOS"
s.version = "6.4.5"
s.version = "6.4.6"
s.summary = "Vungle's iOS SDK'"
s.description = <<-DESC
An SDK for video ad based monetization with the Vungle Network
DESC

s.homepage = "http://www.vungle.com/"
s.homepage = "https://www.vungle.com/"
s.license = { :type => "Commercial", :file => "LICENSE.md" }
s.author = { "Vungle" => "tech-support@vungle.com" }

s.platform = :ios, '9.0'
s.requires_arc = true

s.source = { :git => "https://github.com/Vungle/iOS-SDK.git", :tag => "6.4.5" }
s.source = { :git => "https://github.com/Vungle/iOS-SDK.git", :tag => "6.4.6" }

s.vendored_frameworks = 'VungleSDK.framework'
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
Expand Down
2 changes: 1 addition & 1 deletion VungleSDK.framework/Headers/VungleSDK.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// VungleSDK.h
// Vungle iOS SDK
// SDK Version: 6.4.5
// SDK Version: 6.4.6
//
// Copyright (c) 2013-Present Vungle Inc. All rights reserved.
//
Expand Down
Binary file modified VungleSDK.framework/Info.plist
Binary file not shown.
Binary file modified VungleSDK.framework/VungleSDK
Binary file not shown.

0 comments on commit d157fb3

Please sign in to comment.