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

Commit

Permalink
Fixed permission bug, updated website link
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Ingle committed Jul 16, 2015
1 parent 8d85467 commit 95aaa50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Webtrends-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Pod::Spec.new do |s|
s.name = "Webtrends-SDK"
s.version = "3.0.1"
s.version = "3.0.2"
s.summary = "The data collection SDK for Webtrends"
s.license = 'COMMERCIAL'
s.homepage = "http://webtrends.com"
s.homepage = "https://github.com/Webtrends/ios-sdk"
s.author = { "Sam Ingle" => "[email protected]",
"Blake Clough" => "[email protected]",
"John Park" => "[email protected]",
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "7.0"
s.ios.frameworks = "Foundation", "UIKit", "CoreData", "SystemConfiguration", "Security", "CoreTelephony"

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

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

0 comments on commit 95aaa50

Please sign in to comment.