Skip to content

Commit

Permalink
Merge pull request #95 from jaclync/feature/wpios11467_domain_credit
Browse files Browse the repository at this point in the history
Update `WordPressShared` pod version
  • Loading branch information
danielebogo authored May 10, 2019
2 parents 6611846 + ac73ba5 commit 6609752
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ def wordpress_authenticator_pods
##
pod 'Gridicons', '~> 0.15'
pod 'WordPressUI', '~> 1.0'
pod 'WordPressKit', '~> 4.1.0-beta'
pod 'WordPressShared', '~> 1.7.5-beta.1'
pod 'WordPressKit', '~> 4.1.1-beta'
pod 'WordPressShared', '~> 1.8.0-beta'

## Third party libraries
## =====================
Expand Down
16 changes: 8 additions & 8 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ PODS:
- Specta (1.0.7)
- SVProgressHUD (2.2.5)
- UIDeviceIdentifier (1.1.4)
- WordPressKit (4.1.0-beta.2):
- WordPressKit (4.1.1-beta.2):
- Alamofire (~> 4.7.3)
- CocoaLumberjack (~> 3.4)
- NSObject-SafeExpectations (= 0.0.3)
- UIDeviceIdentifier (~> 1.1.4)
- WordPressShared (~> 1.4)
- WordPressShared (~> 1.8.0-beta)
- wpxmlrpc (= 0.8.4)
- WordPressShared (1.7.5-beta.1):
- WordPressShared (1.8.0-beta.1):
- CocoaLumberjack (~> 3.4)
- FormatterKit/TimeIntervalFormatter (= 1.8.2)
- WordPressUI (1.2.0)
Expand All @@ -71,8 +71,8 @@ DEPENDENCIES:
- OHHTTPStubs/Swift (= 8.0.0)
- Specta (= 1.0.7)
- SVProgressHUD (= 2.2.5)
- WordPressKit (~> 4.1.0-beta)
- WordPressShared (~> 1.7.5-beta.1)
- WordPressKit (~> 4.1.1-beta)
- WordPressShared (~> 1.8.0-beta)
- WordPressUI (~> 1.0)

SPEC REPOS:
Expand Down Expand Up @@ -117,11 +117,11 @@ SPEC CHECKSUMS:
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
UIDeviceIdentifier: 8f8a24b257a4d978c8d40ad1e7355b944ffbfa8c
WordPressKit: 9c4aca3f59ee47eb54bb58f5cb710795869ecf05
WordPressShared: ac9ddc5b04d012cf7920867c2a269bce232d4dd8
WordPressKit: 18480c8de3ab69ce8e4ad979dbe138b1421cf3f1
WordPressShared: c77c0fc4840d5694a1a684f8c541224dfdb147f2
WordPressUI: 44fe43a9c5c504dfd534286e39e1ce6ebcd69ff5
wpxmlrpc: 6ba55c773cfa27083ae4a2173e69b19f46da98e2

PODFILE CHECKSUM: 36814a40ecddcb86fc78fb388bf5417bee6b026a
PODFILE CHECKSUM: 231459396da39d61b78c19d9652b7fe478c6357b

COCOAPODS: 1.6.1
6 changes: 3 additions & 3 deletions WordPressAuthenticator.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "WordPressAuthenticator"
s.version = "1.5.0-beta.2"
s.version = "1.5.0-beta.3"
s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps."

s.description = <<-DESC
Expand Down Expand Up @@ -39,6 +39,6 @@ Pod::Spec.new do |s|
s.dependency 'Gridicons', '~> 0.15'
s.dependency 'GoogleSignIn', '~> 4.4'
s.dependency 'WordPressUI', '~> 1.0'
s.dependency 'WordPressKit', '~> 4.1.0-beta'
s.dependency 'WordPressShared', '~> 1.7.5-beta.1'
s.dependency 'WordPressKit', '~> 4.1.1-beta'
s.dependency 'WordPressShared', '~> 1.8.0-beta'
end

0 comments on commit 6609752

Please sign in to comment.