Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
shu223 committed Sep 12, 2018
1 parent 88d0004 commit 2b3a119
Show file tree
Hide file tree
Showing 245 changed files with 10,420 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Podfile
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
33 changes: 33 additions & 0 deletions Podfile.lock
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 Pods/CheckMarkView/CheckMarkView/Sources/CheckMarkView.swift

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

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

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

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

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

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

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

33 changes: 33 additions & 0 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 2b3a119

Please sign in to comment.