Skip to content

Commit

Permalink
iOS app enchancements
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakPawar95 committed Mar 18, 2021
1 parent c1c20ee commit b04f55e
Show file tree
Hide file tree
Showing 483 changed files with 50,582 additions and 0 deletions.
Binary file added iOS/IPA File/UnSAFE Bank.ipa
Binary file not shown.
13 changes: 13 additions & 0 deletions iOS/Source Code/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'UnSAFE_Bank' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
pod 'Alamofire', '~> 4.7'
pod 'KeychainAccess'
pod 'CryptoSwift'
pod 'lottie-ios'
# Pods for damnVIA

end
28 changes: 28 additions & 0 deletions iOS/Source Code/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
PODS:
- Alamofire (4.8.1)
- CryptoSwift (0.15.0)
- KeychainAccess (3.1.2)
- lottie-ios (3.0.3)

DEPENDENCIES:
- Alamofire (~> 4.7)
- CryptoSwift
- KeychainAccess
- lottie-ios

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Alamofire
- CryptoSwift
- KeychainAccess
- lottie-ios

SPEC CHECKSUMS:
Alamofire: 16ce2c353fb72865124ddae8a57c5942388f4f11
CryptoSwift: 769f58a9e89f64e8796c2e59ce5f002dc81a2438
KeychainAccess: b3816fddcf28aa29d94b10ec305cd52be14c472b
lottie-ios: 06e0b54aab85ba128e332687d7f4ac4861a7a7ae

PODFILE CHECKSUM: 23032d13f70a92e02bfe4a8d5ccda62b9746b1ce

COCOAPODS: 1.7.2
Binary file added iOS/Source Code/Pods/.DS_Store
Binary file not shown.
19 changes: 19 additions & 0 deletions iOS/Source Code/Pods/Alamofire/LICENSE

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

243 changes: 243 additions & 0 deletions iOS/Source Code/Pods/Alamofire/README.md

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

Loading

0 comments on commit b04f55e

Please sign in to comment.