Pods update
This commit is contained in:
parent
3486f990c1
commit
ca8581bb9a
|
|
@ -788,7 +788,7 @@
|
|||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
SKIP_INSTALL = YES;
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
||||
SWIFT_VERSION = 4.0;
|
||||
SWIFT_VERSION = 4.2;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
|
|
@ -812,7 +812,7 @@
|
|||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
SKIP_INSTALL = YES;
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
|
||||
SWIFT_VERSION = 4.0;
|
||||
SWIFT_VERSION = 4.2;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
|
|
|
|||
4
Podfile
4
Podfile
|
|
@ -14,14 +14,14 @@ abstract_target 'LeadKitAdditions' do
|
|||
target 'LeadKitAdditions iOS' do
|
||||
platform :ios, '9.0'
|
||||
|
||||
pod 'LeadKit', :path => '~/Projects/LeadKit/'
|
||||
pod 'LeadKit', :git => 'git@github.com:TouchInstinct/LeadKit.git', :branch => 'feature/general_data_loading_swift4.2'
|
||||
# pod 'LeadKit', '~> 0.8.0'
|
||||
end
|
||||
|
||||
target 'LeadKitAdditions iOS Extensions' do
|
||||
platform :ios, '9.0'
|
||||
|
||||
pod 'LeadKit/Core-iOS-Extension', :path => '~/Projects/LeadKit/'
|
||||
pod 'LeadKit/Core-iOS-Extension', :git => 'git@github.com:TouchInstinct/LeadKit.git', :branch => 'feature/general_data_loading_swift4.2'
|
||||
# pod "LeadKit/Core-iOS-Extension", '~> 0.8.0'
|
||||
end
|
||||
end
|
||||
|
|
|
|||
22
Podfile.lock
22
Podfile.lock
|
|
@ -26,7 +26,7 @@ PODS:
|
|||
- RxCocoa (4.3.1):
|
||||
- RxSwift (~> 4.0)
|
||||
- RxSwift (4.3.1)
|
||||
- SwiftDate (5.0.9)
|
||||
- SwiftDate (5.0.10)
|
||||
- SwiftLint (0.27.0)
|
||||
- SwiftValidator (5.0.0)
|
||||
- TableKit (2.8.0)
|
||||
|
|
@ -35,8 +35,8 @@ PODS:
|
|||
DEPENDENCIES:
|
||||
- CryptoSwift (~> 0.9.0)
|
||||
- KeychainAccess (= 3.1.0)
|
||||
- LeadKit (from `~/Projects/LeadKit/`)
|
||||
- LeadKit/Core-iOS-Extension (from `~/Projects/LeadKit/`)
|
||||
- "LeadKit (from `git@github.com:TouchInstinct/LeadKit.git`, branch `feature/general_data_loading_swift4.2`)"
|
||||
- "LeadKit/Core-iOS-Extension (from `git@github.com:TouchInstinct/LeadKit.git`, branch `feature/general_data_loading_swift4.2`)"
|
||||
- PinLayout (~> 1.6)
|
||||
- SwiftLint (~> 0.25)
|
||||
- SwiftValidator (= 5.0.0)
|
||||
|
|
@ -54,28 +54,34 @@ SPEC REPOS:
|
|||
- SwiftLint
|
||||
- TableKit
|
||||
- UIScrollView-InfiniteScroll
|
||||
https://github.com/TouchInstinct/Podspecs:
|
||||
https://github.com/TouchInstinct/Podspecs.git:
|
||||
- SwiftValidator
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
LeadKit:
|
||||
:path: "~/Projects/LeadKit/"
|
||||
:branch: feature/general_data_loading_swift4.2
|
||||
:git: "git@github.com:TouchInstinct/LeadKit.git"
|
||||
|
||||
CHECKOUT OPTIONS:
|
||||
LeadKit:
|
||||
:commit: e7eb1bd51fb50cf44107da5500573acfa15f8944
|
||||
:git: "git@github.com:TouchInstinct/LeadKit.git"
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
Alamofire: c7287b6e5d7da964a70935e5db17046b7fde6568
|
||||
CryptoSwift: bca8c5b653dcc2d9734409242a070ff53bafac86
|
||||
KeychainAccess: 94c5540b32eabf7bc32bfb976a268e8ea05fd6da
|
||||
LeadKit: 524c6c2776588534b4fa1d31150c4faf1e997ece
|
||||
LeadKit: f213e6993e855394d9a0db35f36d63d53e4864c2
|
||||
PinLayout: fe2a2432d6982588e208572005c941aeeae417ab
|
||||
RxAlamofire: 09624d0f2d48ed8b686e4eb4cf68e28cbd2df556
|
||||
RxCocoa: 78763c7b07d02455598d9fc3c1ad091a28b73635
|
||||
RxSwift: fe0fd770a43acdb7d0a53da411c9b892e69bb6e4
|
||||
SwiftDate: 52b718d32ec006861a2be2756cbfa482d438e781
|
||||
SwiftDate: fcdaa7ca22a903faf6d7ed231239a88d174dcae3
|
||||
SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073
|
||||
SwiftValidator: 46cdd2061962df3ee8bab3c536dea9b34191d459
|
||||
TableKit: d635663343d00e209f258e35d4ee0072ad1beb1a
|
||||
UIScrollView-InfiniteScroll: 3ef456bcbe759c19f510a383cff96e6647c98c98
|
||||
|
||||
PODFILE CHECKSUM: ab7e7ff4a88de4246e3e2e0b0ffc1959cbd3b7d8
|
||||
PODFILE CHECKSUM: e8fc3483d2ab98c8ccfaf8a856b77cd740ce9c3c
|
||||
|
||||
COCOAPODS: 1.5.3
|
||||
|
|
|
|||
Loading…
Reference in New Issue