Skip to content
This repository was archived by the owner on May 21, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ fastlane/screenshots
fastlane/test_output

*.idea/

.DS_Store
3 changes: 2 additions & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ inhibit_all_warnings!
use_frameworks!

target 'Tagger' do
pod 'KeychainSwift', '~> 11.0.0'
pod 'KeychainSwift', '18.0.0'
pod 'Alamofire', '4.9.1'
end
16 changes: 10 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
PODS:
- KeychainSwift (11.0.0)
- Alamofire (4.9.1)
- KeychainSwift (18.0.0)

DEPENDENCIES:
- KeychainSwift (~> 11.0.0)
- Alamofire (= 4.9.1)
- KeychainSwift (= 18.0.0)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
trunk:
- Alamofire
- KeychainSwift

SPEC CHECKSUMS:
KeychainSwift: bea6bd9f98af7b8d7ca4aa79fe105c00fab532db
Alamofire: 85e8a02c69d6020a0d734f6054870d7ecb75cf18
KeychainSwift: c46e1438d121e47459fb304ac88c5e058a2a91ed

PODFILE CHECKSUM: ed13f9a9db3f685e04b6ccd3e6ccc2ccc4bf834c
PODFILE CHECKSUM: 08784420d8ac745d0c53ccec0440f38583e9a779

COCOAPODS: 1.5.3
COCOAPODS: 1.8.4
19 changes: 19 additions & 0 deletions Pods/Alamofire/LICENSE

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

234 changes: 234 additions & 0 deletions Pods/Alamofire/README.md

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

Loading