Skip to content

Commit

Permalink
Require CocoaAsyncSocket 7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisballinger committed Feb 22, 2017
1 parent 4858a5b commit f7806c3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion XMPPFramework.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ Pod::Spec.new do |s|
'ENABLE_BITCODE' => 'NO'
}
s.dependency 'CocoaLumberjack' # Skip pinning version because of the awkward 2.x->3.x transition
s.dependency 'CocoaAsyncSocket', '~> 7.5.1'
s.dependency 'CocoaAsyncSocket', '~> 7.6.0'
s.dependency 'KissXML', '~> 5.2.0'
end
10 changes: 4 additions & 6 deletions Xcode/Testing-iOS/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
PODS:
- CocoaAsyncSocket (7.5.1):
- CocoaAsyncSocket/GCD (= 7.5.1)
- CocoaAsyncSocket/GCD (7.5.1)
- CocoaAsyncSocket (7.6.0)
- CocoaLumberjack (3.0.0):
- CocoaLumberjack/Default (= 3.0.0)
- CocoaLumberjack/Extensions (= 3.0.0)
Expand All @@ -12,7 +10,7 @@ PODS:
- CocoaLumberjack/Default
- KissXML (5.2.0)
- XMPPFramework (3.7.0):
- CocoaAsyncSocket (~> 7.5.1)
- CocoaAsyncSocket (~> 7.6.0)
- CocoaLumberjack
- KissXML (~> 5.2.0)

Expand All @@ -24,10 +22,10 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
CocoaAsyncSocket: e0a7e93b2ffa411592ff87e58524fbbc9b95b4fa
CocoaAsyncSocket: b9d5589f07baf9de8f34cc25abd4fcba28f13805
CocoaLumberjack: c823149bccc5519a9447aeb433be7b1212a7d6a5
KissXML: 1c1eeeb6b94e4522cd2f2373e5d0d03c9227738f
XMPPFramework: 7a324d29b57bfe7484ea946130e436b9d936d9da
XMPPFramework: 71f0a5a4ad8fde5c8bd1579e8492f3386019d36c

PODFILE CHECKSUM: 76d294e28550153c31e7e4653fca5513115fa01c

Expand Down
10 changes: 4 additions & 6 deletions Xcode/Testing-macOS/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
PODS:
- CocoaAsyncSocket (7.5.1):
- CocoaAsyncSocket/GCD (= 7.5.1)
- CocoaAsyncSocket/GCD (7.5.1)
- CocoaAsyncSocket (7.6.0)
- CocoaLumberjack (3.0.0):
- CocoaLumberjack/Default (= 3.0.0)
- CocoaLumberjack/Extensions (= 3.0.0)
Expand All @@ -12,7 +10,7 @@ PODS:
- CocoaLumberjack/Default
- KissXML (5.2.0)
- XMPPFramework (3.7.0):
- CocoaAsyncSocket (~> 7.5.1)
- CocoaAsyncSocket (~> 7.6.0)
- CocoaLumberjack
- KissXML (~> 5.2.0)

Expand All @@ -24,10 +22,10 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
CocoaAsyncSocket: e0a7e93b2ffa411592ff87e58524fbbc9b95b4fa
CocoaAsyncSocket: b9d5589f07baf9de8f34cc25abd4fcba28f13805
CocoaLumberjack: c823149bccc5519a9447aeb433be7b1212a7d6a5
KissXML: 1c1eeeb6b94e4522cd2f2373e5d0d03c9227738f
XMPPFramework: 7a324d29b57bfe7484ea946130e436b9d936d9da
XMPPFramework: 71f0a5a4ad8fde5c8bd1579e8492f3386019d36c

PODFILE CHECKSUM: 189df3d04c4edec13c490940533ce3a8b9b33e5b

Expand Down

0 comments on commit f7806c3

Please sign in to comment.