Skip to content

Commit

Permalink
Update some Pods
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiet480 committed Oct 1, 2018
1 parent c04ee88 commit 42eef92
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions Podfile
Expand Up @@ -26,7 +26,7 @@ def shared_pods
pod 'Iconic', :git => 'https://github.com/robbiet480/Iconic.git', :branch => 'swift-4.2'
pod 'KeychainAccess', '3.1.1'
pod 'ObjectMapper', '3.3.0'
pod 'PromiseKit', '6.3.0'
pod 'PromiseKit', '6.4.1'
pod 'RealmSwift'
end

Expand All @@ -40,7 +40,7 @@ target 'HomeAssistant' do
pod 'Eureka', :git => 'https://github.com/xmartlabs/Eureka.git', :branch => 'master'
pod 'MBProgressHUD', '1.1.0'
pod 'SwiftGen', '5.3.0'
pod 'SwiftLint', '0.25.1'
pod 'SwiftLint', '0.27.0'
pod 'UIColor_Hex_Swift'
pod 'ViewRow', :git => 'https://github.com/EurekaCommunity/ViewRow', :branch => 'Swift4.2'

Expand Down Expand Up @@ -78,7 +78,7 @@ target 'NotificationContentExtension' do
end

target 'SiriIntents' do
pod 'PromiseKit', '6.3.0'
pod 'PromiseKit', '6.4.1'
end

target 'WatchAppExtension' do
Expand Down
26 changes: 13 additions & 13 deletions Podfile.lock
Expand Up @@ -19,22 +19,22 @@ PODS:
- KeychainAccess (3.1.1)
- MBProgressHUD (1.1.0)
- ObjectMapper (3.3.0)
- PromiseKit (6.3.0):
- PromiseKit/CorePromise (= 6.3.0)
- PromiseKit/Foundation (= 6.3.0)
- PromiseKit/UIKit (= 6.3.0)
- PromiseKit/CorePromise (6.3.0)
- PromiseKit/Foundation (6.3.0):
- PromiseKit (6.4.1):
- PromiseKit/CorePromise (= 6.4.1)
- PromiseKit/Foundation (= 6.4.1)
- PromiseKit/UIKit (= 6.4.1)
- PromiseKit/CorePromise (6.4.1)
- PromiseKit/Foundation (6.4.1):
- PromiseKit/CorePromise
- PromiseKit/UIKit (6.3.0):
- PromiseKit/UIKit (6.4.1):
- PromiseKit/CorePromise
- Realm (3.10.0):
- Realm/Headers (= 3.10.0)
- Realm/Headers (3.10.0)
- RealmSwift (3.10.0):
- Realm (= 3.10.0)
- SwiftGen (5.3.0)
- SwiftLint (0.25.1)
- SwiftLint (0.27.0)
- TABObserverSet (2.1.0)
- UIColor_Hex_Swift (4.2.0)
- ViewRow (0.3.0):
Expand All @@ -54,10 +54,10 @@ DEPENDENCIES:
- KeychainAccess (= 3.1.1)
- MBProgressHUD (= 1.1.0)
- ObjectMapper (= 3.3.0)
- PromiseKit (= 6.3.0)
- PromiseKit (= 6.4.1)
- RealmSwift
- SwiftGen (= 5.3.0)
- SwiftLint (= 0.25.1)
- SwiftLint (= 0.27.0)
- UIColor_Hex_Swift
- ViewRow (from `https://github.com/EurekaCommunity/ViewRow`, branch `Swift4.2`)

Expand Down Expand Up @@ -128,15 +128,15 @@ SPEC CHECKSUMS:
KeychainAccess: 7bd430028059754a3debab3cfc0bd1fc7fb85df3
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
ObjectMapper: b612bf8c8e99c4dc0bb6013a51f7c27966ed5da9
PromiseKit: cf84bbb1235a61473b326c5cf0b41f6828f87ba5
PromiseKit: 4c76a6506638034e3d7bede97b2ff7743f7bd2dc
Realm: 85ab9e4f779d66f6e9ffeb118dc25b7f130c96ac
RealmSwift: 69121c8b86d0ae005fb779efdb10e606732e1c74
SwiftGen: 4379bd3640b0a212a0f6ea3c494adba385513d10
SwiftLint: ce933681be10c3266e82576dad676fa815a602e9
SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073
TABObserverSet: dcdc5087b5dee54a9dcc29e155bb554394829f30
UIColor_Hex_Swift: bc07fc197421ee896b9ed6dcfa2054b7fbf75145
ViewRow: e278428ff53da5eab18b191d3e19a16f3e299fc1

PODFILE CHECKSUM: fce285522ed03852c76e56d4b86827c52613abb0
PODFILE CHECKSUM: d055cccd2f12196efa7b35ce0e30c0ddc621f3f3

COCOAPODS: 1.6.0.beta.1

0 comments on commit 42eef92

Please sign in to comment.