update to LeadKit 0.7.4
This commit is contained in:
parent
2ff40285c6
commit
7229194481
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = "LeadKitAdditions"
|
||||
s.version = "0.2.2"
|
||||
s.version = "0.2.3"
|
||||
s.summary = "iOS framework with a bunch of tools for rapid development"
|
||||
s.homepage = "https://github.com/TouchInstinct/LeadKitAdditions"
|
||||
s.license = "Apache License, Version 2.0"
|
||||
|
|
|
|||
18
Podfile.lock
18
Podfile.lock
|
|
@ -1,27 +1,29 @@
|
|||
PODS:
|
||||
- Alamofire (4.7.0)
|
||||
- Alamofire (4.7.1)
|
||||
- CocoaLumberjack/Default (3.4.1)
|
||||
- CocoaLumberjack/Swift (3.4.1):
|
||||
- CocoaLumberjack/Default
|
||||
- IDZSwiftCommonCrypto (0.10.0)
|
||||
- InputMask (3.0.0)
|
||||
- KeychainAccess (3.1.0)
|
||||
- LeadKit (0.7.0):
|
||||
- LeadKit/Core (= 0.7.0)
|
||||
- LeadKit/Core (0.7.0):
|
||||
- LeadKit (0.7.4):
|
||||
- LeadKit/Core (= 0.7.4)
|
||||
- LeadKit/Core (0.7.4):
|
||||
- CocoaLumberjack/Swift (~> 3.4)
|
||||
- ObjectMapper (~> 3.0)
|
||||
- RxAlamofire (~> 4.1)
|
||||
- RxCocoa (~> 4.1)
|
||||
- RxSwift (~> 4.1)
|
||||
- SwiftDate (~> 4.5)
|
||||
- TableKit (~> 2.6)
|
||||
- UIScrollView-InfiniteScroll (~> 1.0.0)
|
||||
- LeadKit/Core-iOS-Extension (0.7.0):
|
||||
- LeadKit/Core-iOS-Extension (0.7.4):
|
||||
- CocoaLumberjack/Swift (~> 3.4)
|
||||
- ObjectMapper (~> 3.0)
|
||||
- RxAlamofire (~> 4.1)
|
||||
- RxCocoa (~> 4.1)
|
||||
- RxSwift (~> 4.1)
|
||||
- SwiftDate (~> 4.5)
|
||||
- ObjectMapper (3.1.0)
|
||||
- RxAlamofire (4.1.0):
|
||||
- RxAlamofire/Core (= 4.1.0)
|
||||
|
|
@ -31,6 +33,7 @@ PODS:
|
|||
- RxCocoa (4.1.2):
|
||||
- RxSwift (~> 4.0)
|
||||
- RxSwift (4.1.2)
|
||||
- SwiftDate (4.5.1)
|
||||
- SwiftLint (0.25.0)
|
||||
- SwiftValidator (5.0.0)
|
||||
- TableKit (2.6.0)
|
||||
|
|
@ -46,16 +49,17 @@ DEPENDENCIES:
|
|||
- SwiftValidator (= 5.0.0)
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
Alamofire: 907e0a98eb68cdb7f9d1f541a563d6ac5dc77b25
|
||||
Alamofire: 68d7d521118d49c615a8d2214d87cdf525599d30
|
||||
CocoaLumberjack: 2e258a064cacc8eb9a2aca318e24d02a0a7fd56d
|
||||
IDZSwiftCommonCrypto: 4eef2c46e262dfbcbc1fd76365e066336680ad7d
|
||||
InputMask: 37c273bde6705187d80cf0b4240cb42ea92096c3
|
||||
KeychainAccess: 94c5540b32eabf7bc32bfb976a268e8ea05fd6da
|
||||
LeadKit: 86250de67f264b5a9bdfd5ddb04a8f8d084acaf3
|
||||
LeadKit: 741848fb41fda9f83fca9bbc2627a290b4881ab9
|
||||
ObjectMapper: 20505058f54e5c3ca69e1d6de9897d152a5369a6
|
||||
RxAlamofire: 96a2bff4694a1609bb59c57b53d99ea7a0ddc64a
|
||||
RxCocoa: d88ba0f1f6abf040011a9eb4b539324fc426843a
|
||||
RxSwift: e49536837d9901277638493ea537394d4b55f570
|
||||
SwiftDate: 7b56d42a221f582047287deb256b23fc5ed49a60
|
||||
SwiftLint: e14651157288e9e01d6e1a71db7014fb5744a8ea
|
||||
SwiftValidator: 46cdd2061962df3ee8bab3c536dea9b34191d459
|
||||
TableKit: 61880e4c13ac0ba396a308fcb1ae48f6dec8b458
|
||||
|
|
|
|||
Loading…
Reference in New Issue