Commit fd18c766 authored by Ignacio Corderi's avatar Ignacio Corderi
Browse files

Added Socket pod dependency

parent 097e6a6c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5,3 +5,4 @@ use_frameworks!
pod 'ProtocolBuffers-Swift'
pod 'CryptoSwift', :git => "https://github.com/krzyzanowskim/CryptoSwift", :branch => "swift20"
pod 'BrightFutures', :git => "https://github.com/Thomvis/BrightFutures"
pod 'Socket'
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
@@ -4,11 +4,13 @@ PODS:
  - CryptoSwift (0.0.12)
  - ProtocolBuffers-Swift (2.0)
  - Result (0.6-beta.1)
  - Socket (0.1.0)

DEPENDENCIES:
  - BrightFutures (from `https://github.com/Thomvis/BrightFutures`)
  - CryptoSwift (from `https://github.com/krzyzanowskim/CryptoSwift`, branch `swift20`)
  - ProtocolBuffers-Swift
  - Socket

EXTERNAL SOURCES:
  BrightFutures:
@@ -30,5 +32,6 @@ SPEC CHECKSUMS:
  CryptoSwift: 16f1b5a768057636275b76d1c43231c2abba9e80
  ProtocolBuffers-Swift: cf3b2c2ee00cd89374612d58d6043f409a798b3f
  Result: 6c990ec4a72470672f9fc5b6fef009da0f6f40d1
  Socket: 0c7dfa1ec25b7b517a3e5e088b76ce2d4ec4d16f

COCOAPODS: 0.38.2
+1 −0
Original line number Diff line number Diff line
../../../Socket/Socket/Socket.h
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
@@ -4,11 +4,13 @@ PODS:
  - CryptoSwift (0.0.12)
  - ProtocolBuffers-Swift (2.0)
  - Result (0.6-beta.1)
  - Socket (0.1.0)

DEPENDENCIES:
  - BrightFutures (from `https://github.com/Thomvis/BrightFutures`)
  - CryptoSwift (from `https://github.com/krzyzanowskim/CryptoSwift`, branch `swift20`)
  - ProtocolBuffers-Swift
  - Socket

EXTERNAL SOURCES:
  BrightFutures:
@@ -30,5 +32,6 @@ SPEC CHECKSUMS:
  CryptoSwift: 16f1b5a768057636275b76d1c43231c2abba9e80
  ProtocolBuffers-Swift: cf3b2c2ee00cd89374612d58d6043f409a798b3f
  Result: 6c990ec4a72470672f9fc5b6fef009da0f6f40d1
  Socket: 0c7dfa1ec25b7b517a3e5e088b76ce2d4ec4d16f

COCOAPODS: 0.38.2
+668 −491

File changed.

Preview size limit exceeded, changes collapsed.

Loading