Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #18 from blavid/master
Browse files Browse the repository at this point in the history
3.2.1 Bug fixes and security hardening
  • Loading branch information
blavid authored Jul 21, 2016
2 parents 7ac62fc + 6a2d7b0 commit bf3b497
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Webtrends-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Webtrends-SDK"
s.version = "3.2.0"
s.version = "3.2.1"
s.summary = "The mobile SDK for Webtrends Analytics and Webtrends Optimize"
s.license = 'COMMERCIAL'
s.homepage = "http://webtrends.com"
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "7.0"
s.ios.frameworks = "Foundation", "UIKit", "SystemConfiguration", "Security", "CoreTelephony", "WebKit"

s.source = { :git => "https://github.com/webtrends/ios-sdk.git", :tag => "3.2.0" }
s.source = { :git => "https://github.com/webtrends/ios-sdk.git", :tag => "3.2.1" }

s.subspec 'Watch' do |watch|
watch.source_files = "WatchHeaders", "WatchHeaders/**/*.h"
Expand Down
Binary file modified libOptimizeSDK.a
Binary file not shown.
Binary file modified libWebtrendsSDK.a
Binary file not shown.
Binary file modified libWebtrendsWatchSDK.a
Binary file not shown.

0 comments on commit bf3b497

Please sign in to comment.