Skip to content

Commit

Permalink
Updated dependencies to Swift 4.2 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Harlan Kellaway committed May 23, 2019
1 parent 168ce69 commit c7e0cc6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ podspec :path => 'Kumi.podspec'

def shared_pods
pod 'Kumi', :path => './'
pod 'SwiftLint', '0.26.0'
pod 'SwiftyJSON', '4.1.0'
pod 'SwiftLint', '0.29.0'
pod 'SwiftyJSON', '4.2.0'
end

target 'Kumi' do
Expand Down
18 changes: 9 additions & 9 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ PODS:
- Kumi (0.0.6):
- Marker
- SwiftyJSON
- Marker (1.1.0)
- SwiftLint (0.26.0)
- SwiftyJSON (4.1.0)
- Marker (1.2.1)
- SwiftLint (0.29.0)
- SwiftyJSON (4.2.0)

DEPENDENCIES:
- Kumi (from `./`)
- Marker
- SwiftLint (= 0.26.0)
- SwiftLint (= 0.29.0)
- SwiftyJSON
- SwiftyJSON (= 4.1.0)
- SwiftyJSON (= 4.2.0)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
Expand All @@ -25,10 +25,10 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Kumi: f1ae68356b066602f3b944317d955b8f518fcee8
Marker: f35e0b5d9c97d6997d6b89b23f189e0e4cc127c7
SwiftLint: f6b83e8d95ee1e91e11932d843af4fdcbf3fc764
SwiftyJSON: c29297daf073d2aa016295d5809cdd68045c39b3
Marker: b8f775718b2cf7c872956b9b5413121b0ce56de5
SwiftLint: d4e7443d93e2bbe868dc302e6c7ac30b469d6a14
SwiftyJSON: c4bcba26dd9ec7a027fc8eade48e2c911f229e96

PODFILE CHECKSUM: d010ef31968310d0beb7ac0de9d66cbd993899de
PODFILE CHECKSUM: 34f4ead6ec009d2f2942238e8d42b5499e9a11e0

COCOAPODS: 1.5.3

0 comments on commit c7e0cc6

Please sign in to comment.