-
-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
245 changed files
with
10,420 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
platform :ios, '11.0' | ||
|
||
target 'iOS-Depth-Sampler' do | ||
use_frameworks! | ||
|
||
pod 'SwiftAssetsPickerController', :git => 'https://github.com/shu223/SwiftAssetsPickerController', :branch => 'temp/depth' | ||
pod 'Vivid' | ||
|
||
end | ||
|
||
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'] = '4.0' | ||
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0' | ||
end | ||
end | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
PODS: | ||
- CheckMarkView (0.4.2) | ||
- SwiftAssetsPickerController (0.4.0): | ||
- CheckMarkView (~> 0.4.2) | ||
- Vivid (0.9) | ||
|
||
DEPENDENCIES: | ||
- SwiftAssetsPickerController (from `https://github.com/shu223/SwiftAssetsPickerController`, branch `temp/depth`) | ||
- Vivid | ||
|
||
SPEC REPOS: | ||
https://github.com/cocoapods/specs.git: | ||
- CheckMarkView | ||
- Vivid | ||
|
||
EXTERNAL SOURCES: | ||
SwiftAssetsPickerController: | ||
:branch: temp/depth | ||
:git: https://github.com/shu223/SwiftAssetsPickerController | ||
|
||
CHECKOUT OPTIONS: | ||
SwiftAssetsPickerController: | ||
:commit: 08fc8f3482f143bce3b42a3cf7e7095c2c908377 | ||
:git: https://github.com/shu223/SwiftAssetsPickerController | ||
|
||
SPEC CHECKSUMS: | ||
CheckMarkView: 1f911464cf552fa2dea5abc111894468f5f805b8 | ||
SwiftAssetsPickerController: e8a3b2aac2e57d054a89e91c1bcd244af8141376 | ||
Vivid: 0fde7409beac71224deb151dd78f98a5bb860497 | ||
|
||
PODFILE CHECKSUM: ba6f97967707a961ba6dc83c6824573bfda89295 | ||
|
||
COCOAPODS: 1.5.3 |
193 changes: 193 additions & 0 deletions
193
Pods/CheckMarkView/CheckMarkView/Sources/CheckMarkView.swift
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
31 changes: 31 additions & 0 deletions
31
Pods/Local Podspecs/SwiftAssetsPickerController.podspec.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.