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

Commit

Permalink
v.1.1.4 changed run loop mode for network requests
Browse files Browse the repository at this point in the history
  • Loading branch information
regennz committed Mar 16, 2015
1 parent 968ba73 commit 960a298
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# SevenDigital CHANGELOG

## 1.1.4

Moved SDK network calls off of the main run loop

## 1.1.3

### Removed logging
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions SevenDigital.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SevenDigital"
s.version = "1.1.3"
s.version = "1.1.4"
s.summary = "The 7digital iOS SDK helps you use the 7digital API."

s.description = <<-DESC
Expand All @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.author = { "7digital" => "support@7digital.com" }

s.platform = :ios, '7.0'
s.source = { :git => "https://github.com/7digital/7digital-iOS-SDK.git" , :tag => '1.1.3' }
s.source = { :git => "https://github.com/7digital/7digital-iOS-SDK.git" , :tag => '1.1.4' }
s.source_files = 'Classes', 'Classes/**/*.{h,m}'
s.exclude_files = 'Classes/Exclude'
s.public_header_files = 'Classes/**/*.h'
Expand Down
Binary file modified StaticLib/libSevenDigital.a
Binary file not shown.

0 comments on commit 960a298

Please sign in to comment.