update dependencies
This commit is contained in:
parent
0bb7c41cc2
commit
f0320d13ea
|
|
@ -76,10 +76,10 @@ Pod::Spec.new do |s|
|
|||
]
|
||||
|
||||
ss.dependency "CocoaLumberjack/Swift", '~> 3.1.0'
|
||||
ss.dependency "RxSwift", '3.2.0'
|
||||
ss.dependency "RxCocoa", '3.2.0'
|
||||
ss.dependency "RxAlamofire", '3.0.0'
|
||||
ss.dependency "ObjectMapper", '~> 2.1'
|
||||
ss.dependency "RxSwift", '3.4.0'
|
||||
ss.dependency "RxCocoa", '3.4.0'
|
||||
ss.dependency "RxAlamofire", '3.0.2'
|
||||
ss.dependency "ObjectMapper", '~> 2.2'
|
||||
|
||||
ss.ios.dependency "Toast-Swift", '~> 2.0.0'
|
||||
ss.ios.dependency "TableKit", '~> 2.3.1'
|
||||
|
|
@ -102,10 +102,10 @@ Pod::Spec.new do |s|
|
|||
ss.pod_target_xcconfig = { 'SWIFT_ACTIVE_COMPILATION_CONDITIONS' => 'LEADKIT_EXTENSION_TARGET' }
|
||||
|
||||
ss.dependency "CocoaLumberjack/Swift", '~> 3.1.0'
|
||||
ss.dependency "RxSwift", '3.2.0'
|
||||
ss.dependency "RxCocoa", '3.2.0'
|
||||
ss.dependency "RxAlamofire", '3.0.0'
|
||||
ss.dependency "ObjectMapper", '~> 2.1'
|
||||
ss.dependency "RxSwift", '3.4.0'
|
||||
ss.dependency "RxCocoa", '3.4.0'
|
||||
ss.dependency "RxAlamofire", '3.0.2'
|
||||
ss.dependency "ObjectMapper", '~> 2.2'
|
||||
end
|
||||
|
||||
s.default_subspec = 'Core'
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
abstract_target 'LeadKit' do
|
||||
pod "CocoaLumberjack/Swift", '~> 3.1.0'
|
||||
pod "RxSwift", '3.2.0'
|
||||
pod "RxCocoa", '3.2.0'
|
||||
pod "RxAlamofire", '3.0.0'
|
||||
pod "ObjectMapper", '~> 2.1'
|
||||
pod "RxSwift", '3.4.0'
|
||||
pod "RxCocoa", '3.4.0'
|
||||
pod "RxAlamofire", '3.0.2'
|
||||
pod "ObjectMapper", '~> 2.2'
|
||||
|
||||
inhibit_all_warnings!
|
||||
|
||||
|
|
|
|||
|
|
@ -4,24 +4,24 @@ PODS:
|
|||
- CocoaLumberjack/Swift (3.1.0):
|
||||
- CocoaLumberjack/Default
|
||||
- ObjectMapper (2.2.6)
|
||||
- RxAlamofire (3.0.0):
|
||||
- RxAlamofire/Core (= 3.0.0)
|
||||
- RxAlamofire/Core (3.0.0):
|
||||
- RxAlamofire (3.0.2):
|
||||
- RxAlamofire/Core (= 3.0.2)
|
||||
- RxAlamofire/Core (3.0.2):
|
||||
- Alamofire (~> 4.0)
|
||||
- RxSwift (~> 3.0)
|
||||
- RxCocoa (3.2.0):
|
||||
- RxSwift (~> 3.1)
|
||||
- RxSwift (3.2.0)
|
||||
- RxCocoa (3.4.0):
|
||||
- RxSwift (~> 3.4)
|
||||
- RxSwift (3.4.0)
|
||||
- TableKit (2.3.1)
|
||||
- Toast-Swift (2.0.0)
|
||||
- UIScrollView-InfiniteScroll (1.0.1)
|
||||
|
||||
DEPENDENCIES:
|
||||
- CocoaLumberjack/Swift (~> 3.1.0)
|
||||
- ObjectMapper (~> 2.1)
|
||||
- RxAlamofire (= 3.0.0)
|
||||
- RxCocoa (= 3.2.0)
|
||||
- RxSwift (= 3.2.0)
|
||||
- ObjectMapper (~> 2.2)
|
||||
- RxAlamofire (= 3.0.2)
|
||||
- RxCocoa (= 3.4.0)
|
||||
- RxSwift (= 3.4.0)
|
||||
- TableKit (~> 2.3.1)
|
||||
- Toast-Swift (~> 2.0.0)
|
||||
- UIScrollView-InfiniteScroll (~> 1.0.0)
|
||||
|
|
@ -30,13 +30,13 @@ SPEC CHECKSUMS:
|
|||
Alamofire: dc44b1600b800eb63da6a19039a0083d62a6a62d
|
||||
CocoaLumberjack: 8311463ddf9ee86a06ef92a071dd656c89244500
|
||||
ObjectMapper: 042708195cc46c20871cbcbec0453826398273fd
|
||||
RxAlamofire: 0b1fa48f545fffe7f7a28af2086bcaa3b5946cc9
|
||||
RxCocoa: ccdf43101a70407097a29082f648ba1676075b30
|
||||
RxSwift: 46574f70d416b7923c237195939cc488a7fbf3a0
|
||||
RxAlamofire: bc53604b29fd2d220cfaa490c736cc4500819f34
|
||||
RxCocoa: d14ef6b6029e1ddc6e966508c09289090de68ff9
|
||||
RxSwift: 3789a1af753002a14edecdb698a2424624296a9c
|
||||
TableKit: 02e041b443f75fa3e9f1ee6024d4b256305bd904
|
||||
Toast-Swift: 5b2f8f720f7e78e48511f693df1f9c9a6e38a25a
|
||||
UIScrollView-InfiniteScroll: a90df4ba4a7ca1926128ade34a850ddbdf74c564
|
||||
|
||||
PODFILE CHECKSUM: d7408d68115444050a82a2967e73f2921b9f7490
|
||||
PODFILE CHECKSUM: cf6dcd073cc362b0d897b5b68e5c2c16c982d072
|
||||
|
||||
COCOAPODS: 1.2.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue