Skip to content

Commit

Permalink
Merge pull request #5 from kosyakow/master
Browse files Browse the repository at this point in the history
SDK 3.2.1
  • Loading branch information
pianistic committed May 20, 2016
2 parents 8a046a0 + 5dbef05 commit ba4f6ee
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelog

## VERSION 3.2.1
* Bitcode support!
* Initialization prevention for devices under iOS 7.0
* Multiple initialization crash fix

## VERSION 3.2.0
* This SDK supports iOS 7+ devices only
* Enabled SSL as default for all internal network requests
Expand Down
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,13 @@ The latest information around our Cocoapods support can be found at the [VungleS
### Version Info
The Vungle iOS SDK only supports iOS 7+ and supports both 32bit and 64bit apps.

Our newest iOS SDK (3.2.0) was released in support of the newest XCode 6.4. Please ensure you are using XCode 6.4 or higher to ensure smooth integration.
Our newest iOS SDK (3.2.1) was released in support of the newest XCode 7+. Please ensure you are using XCode 7.0 or higher to ensure smooth integration.

## Release Notes
### 3.2.0.*
* This SDK supports iOS 7+ devices only
* Enabled SSL as default for all internal network requests
* Improved caching performance
* Resolved race-condition crash around fetchConfig request
* Unified adPlayable behavior across flags & events
* Fix for playAd return code inconsistency during streaming ad plays
* Fix for progress bar location on smaller screens
* Fix for AppStore failing to load on some occasions
* Fix for issues resulting in inaccessible postroll
### 3.2.1
* Bitcode support!
* Initialization prevention for devices under iOS 7.0
* Multiple initialization crash fix


## License
Expand Down
4 changes: 2 additions & 2 deletions VungleSDK-iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "VungleSDK-iOS"
s.version = "3.2.0.1"
s.version = "3.2.1"
s.summary = "Vungle's iOS SDK'"

# This description is used to generate tags and improve search results.
Expand All @@ -27,7 +27,7 @@ s.author = { "Vungle" => "tech-support@vungle.com" }
s.platform = :ios, '6.0'
s.requires_arc = true

s.source = { :git => "https://github.com/Vungle/iOS-SDK.git", :tag => "3.2.0.1" }
s.source = { :git => "https://github.com/Vungle/iOS-SDK.git", :tag => "3.2.1" }
s.resources = 'VungleSDK.embeddedframework/Resources/*.*'
s.vendored_frameworks = 'VungleSDK.embeddedframework/VungleSDK.framework'
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified VungleSDK.embeddedframework/VungleSDK.framework/VungleSDK
Binary file not shown.

0 comments on commit ba4f6ee

Please sign in to comment.