diff --git a/LeadKit.xcodeproj/project.pbxproj b/LeadKit.xcodeproj/project.pbxproj index 66fab7b7..96f56f7f 100644 --- a/LeadKit.xcodeproj/project.pbxproj +++ b/LeadKit.xcodeproj/project.pbxproj @@ -1939,13 +1939,6 @@ path = TableKitViewModel; sourceTree = ""; }; - 6C722B542BA0317A7613C034 /* Pods */ = { - isa = PBXGroup; - children = ( - ); - path = Pods; - sourceTree = ""; - }; 785EDF75220072B400985ED4 /* Frameworks */ = { isa = PBXGroup; children = ( @@ -1981,7 +1974,6 @@ 67186B401EB24A5B00CFAFFB /* Tests */, 67186B411EB24AA000CFAFFB /* iOS.playground */, 785EDF75220072B400985ED4 /* Frameworks */, - 6C722B542BA0317A7613C034 /* Pods */, ); sourceTree = ""; }; diff --git a/Podfile b/Podfile deleted file mode 100644 index abe1ed18..00000000 --- a/Podfile +++ /dev/null @@ -1,47 +0,0 @@ -abstract_target 'LeadKit' do - pod "RxSwift" - pod "RxCocoa" - pod "RxAlamofire" - pod "SwiftLint" - pod "SwiftDate" - - inhibit_all_warnings! - - target 'LeadKit iOS' do - platform :ios, '9.0' - - use_frameworks! - - pod "TableKit" - pod "UIScrollView-InfiniteScroll" - - target 'LeadKit iOSTests' do - inherit! :search_paths - # Pods for testing - end - - end - - target 'LeadKit watchOS' do - platform :watchos, '3.0' - - use_frameworks! - - end - - target 'LeadKit tvOS' do - platform :tvos, '9.0' - - use_frameworks! - - target 'LeadKit tvOSTests' do - inherit! :search_paths - # Pods for testing - end - - end - -end - -# If you have slow HDD -ENV['COCOAPODS_DISABLE_STATS'] = "true" diff --git a/Podfile.lock b/Podfile.lock deleted file mode 100644 index 3211090d..00000000 --- a/Podfile.lock +++ /dev/null @@ -1,52 +0,0 @@ -PODS: - - Alamofire (4.8.1) - - RxAlamofire (4.3.0): - - RxAlamofire/Core (= 4.3.0) - - RxAlamofire/Core (4.3.0): - - Alamofire (~> 4.5) - - RxSwift (~> 4) - - RxAtomic (4.4.0) - - RxCocoa (4.4.0): - - RxSwift (~> 4.0) - - RxSwift (4.4.0): - - RxAtomic (~> 4.4) - - SwiftDate (5.1.0) - - SwiftLint (0.30.1) - - TableKit (2.8.1) - - UIScrollView-InfiniteScroll (1.1.0) - -DEPENDENCIES: - - RxAlamofire - - RxCocoa - - RxSwift - - SwiftDate - - SwiftLint - - TableKit - - UIScrollView-InfiniteScroll - -SPEC REPOS: - https://github.com/cocoapods/specs.git: - - Alamofire - - RxAlamofire - - RxAtomic - - RxCocoa - - RxSwift - - SwiftDate - - SwiftLint - - TableKit - - UIScrollView-InfiniteScroll - -SPEC CHECKSUMS: - Alamofire: 16ce2c353fb72865124ddae8a57c5942388f4f11 - RxAlamofire: 09624d0f2d48ed8b686e4eb4cf68e28cbd2df556 - RxAtomic: eacf60db868c96bfd63320e28619fe29c179656f - RxCocoa: df63ebf7b9a70d6b4eeea407ed5dd4efc8979749 - RxSwift: 5976ecd04fc2fefd648827c23de5e11157faa973 - SwiftDate: 6329e58969a2de31cea7f1ee1143b247693196e7 - SwiftLint: a54bf1fe12b55c68560eb2a7689dfc81458508f7 - TableKit: 18a0049dea981c1106409bdeebc763ef74d36f02 - UIScrollView-InfiniteScroll: 3ef456bcbe759c19f510a383cff96e6647c98c98 - -PODFILE CHECKSUM: 35078953e1674fd44d276c008f8bdf5f910ea145 - -COCOAPODS: 1.6.1