Skip to content

Commit

Permalink
Remove SwiftAssetsPickerController
Browse files Browse the repository at this point in the history
  • Loading branch information
shu223 committed Aug 11, 2023
1 parent bdafcac commit 805e5ea
Show file tree
Hide file tree
Showing 48 changed files with 359 additions and 2,184 deletions.
6 changes: 2 additions & 4 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ platform :ios, '11.0'
target 'iOS-Depth-Sampler' do
use_frameworks!

pod 'SwiftAssetsPickerController', :git => 'https://github.com/shu223/SwiftAssetsPickerController', :branch => 'temp/depth_swift5'
pod 'Vivid'

end
Expand All @@ -12,9 +11,8 @@ post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['GCC_WARN_INHIBIT_ALL_WARNINGS'] = 'YES'
if target.name == 'SwiftAssetsPickerController'
config.build_settings['SWIFT_VERSION'] = '5.0'
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
if target.name == 'Vivid'
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
end
end
end
Expand Down
23 changes: 3 additions & 20 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,33 +1,16 @@
PODS:
- CheckMarkView (0.4.3)
- SwiftAssetsPickerController (0.4.0):
- CheckMarkView (~> 0.4.2)
- Vivid (0.9)

DEPENDENCIES:
- SwiftAssetsPickerController (from `https://github.com/shu223/SwiftAssetsPickerController`, branch `temp/depth_swift5`)
- Vivid

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
- CheckMarkView
trunk:
- Vivid

EXTERNAL SOURCES:
SwiftAssetsPickerController:
:branch: temp/depth_swift5
:git: https://github.com/shu223/SwiftAssetsPickerController

CHECKOUT OPTIONS:
SwiftAssetsPickerController:
:commit: ad3d6cd42dd7748aeda013e94886e4e1f2d99936
:git: https://github.com/shu223/SwiftAssetsPickerController

SPEC CHECKSUMS:
CheckMarkView: 8bcac176673ed40d05f220d335de92f6a2702404
SwiftAssetsPickerController: 878079b48016bba44ecd7651592fee04e24b6aae
Vivid: 0fde7409beac71224deb151dd78f98a5bb860497

PODFILE CHECKSUM: 8edee6f59e6ef515558c624efa489f472e2fcfad
PODFILE CHECKSUM: 65cab38e29d6fc7cbd9f3e58214ad09faeee5145

COCOAPODS: 1.10.0
COCOAPODS: 1.11.2
193 changes: 0 additions & 193 deletions Pods/CheckMarkView/CheckMarkView/Sources/CheckMarkView.swift

This file was deleted.

22 changes: 0 additions & 22 deletions Pods/CheckMarkView/LICENSE

This file was deleted.

47 changes: 0 additions & 47 deletions Pods/CheckMarkView/README.md

This file was deleted.

31 changes: 0 additions & 31 deletions Pods/Local Podspecs/SwiftAssetsPickerController.podspec.json

This file was deleted.

23 changes: 3 additions & 20 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 805e5ea

Please sign in to comment.