Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ryr0121 committed Feb 14, 2023
0 parents commit 4edc9df
Show file tree
Hide file tree
Showing 620 changed files with 63,729 additions and 0 deletions.
105 changes: 105 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
# Created by https://www.toptal.com/developers/gitignore/api/swift,xcode
# Edit at https://www.toptal.com/developers/gitignore?templates=swift,xcode

### Swift ###
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## User settings
xcuserdata/

## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
*.xcscmblueprint
*.xccheckout

## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
build/
DerivedData/
*.moved-aside
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3

## Obj-C/Swift specific
*.hmap

## App packaging
*.ipa
*.dSYM.zip
*.dSYM

## Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
# Package.resolved
# *.xcodeproj
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
# hence it is not needed unless you have added a package configuration file to your project
# .swiftpm

.build/

# CocoaPods
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
# Pods/
# Add this line if you want to avoid checking in source code from the Xcode workspace
# *.xcworkspace

# Carthage
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build/

# Accio dependency management
Dependencies/
.accio/

# fastlane
# It is recommended to not store the screenshots in the git repo.
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/#source-control

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output

# Code Injection
# After new code Injection tools there's a generated folder /iOSInjectionProject
# https://github.com/johnno1962/injectionforxcode

iOSInjectionProject/

### Xcode ###

## Xcode 8 and earlier

### Xcode Patch ###
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcodeproj/project.xcworkspace/
!*.xcworkspace/contents.xcworkspacedata
/*.gcno
**/xcshareddata/WorkspaceSettings.xcsettings

# DS_Store
.DS_Store


# End of https://www.toptal.com/developers/gitignore/api/swift,xcode
14 changes: 14 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'wowmate' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# Pods for wowmate
pod 'IQKeyboardManagerSwift'
pod 'AloeStackView'
pod 'YPImagePicker'
pod 'Tabman', '~> 2.9'
pod 'Kingfisher', '~> 7.0'
end
44 changes: 44 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
PODS:
- AloeStackView (1.2.0)
- IQKeyboardManagerSwift (6.5.10)
- Kingfisher (7.5.0)
- Pageboy (3.7.0)
- PryntTrimmerView (4.0.2)
- SteviaLayout (4.7.3)
- Tabman (2.13.0):
- Pageboy (~> 3.7.0)
- YPImagePicker (5.2.1):
- PryntTrimmerView (= 4.0.2)
- SteviaLayout (= 4.7.3)

DEPENDENCIES:
- AloeStackView
- IQKeyboardManagerSwift
- Kingfisher (~> 7.0)
- Tabman (~> 2.9)
- YPImagePicker

SPEC REPOS:
trunk:
- AloeStackView
- IQKeyboardManagerSwift
- Kingfisher
- Pageboy
- PryntTrimmerView
- SteviaLayout
- Tabman
- YPImagePicker

SPEC CHECKSUMS:
AloeStackView: 8a4ce0efa08128dd78d538372f60c76c224034bb
IQKeyboardManagerSwift: 52962c76ab33532f15ad9f3ff4e5715eda5335bb
Kingfisher: b9c2a4a4af2990a768445c277359b27bde287d71
Pageboy: fe646118f7168960058bea7a96038386aa7c0da8
PryntTrimmerView: 6a43cc90df5d99addeabd33d4ba09b1365322130
SteviaLayout: c2ecdcff57d44e38fd2f65e54ad52aeae28ca0c4
Tabman: 66ea44c44488327ec20f3c8dc5554a5d22f5908c
YPImagePicker: f36043210c10b0783034eb1947d6e06e31c461e4

PODFILE CHECKSUM: e3080a184a04282fb4222ee6cec022cb0ac9371a

COCOAPODS: 1.11.3
201 changes: 201 additions & 0 deletions Pods/AloeStackView/LICENSE

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

Loading

0 comments on commit 4edc9df

Please sign in to comment.