Skip to content
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
17 changes: 17 additions & 0 deletions Teste Santander/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

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

# Pods for Teste Santander
pod 'Alamofire', '~> 4.9.1'
pod 'SwiftMaskTextfield', '~> 1.1'

target 'Teste SantanderTests' do
inherit! :search_paths
# Pods for testing
end

end
20 changes: 20 additions & 0 deletions Teste Santander/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
PODS:
- Alamofire (4.9.1)
- SwiftMaskTextfield (1.1.0)

DEPENDENCIES:
- Alamofire (~> 4.9.1)
- SwiftMaskTextfield (~> 1.1)

SPEC REPOS:
trunk:
- Alamofire
- SwiftMaskTextfield

SPEC CHECKSUMS:
Alamofire: 85e8a02c69d6020a0d734f6054870d7ecb75cf18
SwiftMaskTextfield: 8c792e56f25779939d1fd5cf6153ba439b1be761

PODFILE CHECKSUM: 8a595e0d3ea171886ad7ceedb19a5603d76b8f3a

COCOAPODS: 1.9.1
19 changes: 19 additions & 0 deletions Teste Santander/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 Teste Santander/Pods/Alamofire/README.md

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

Loading