This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Delivered-To: odedharth@gmail.com | |
Received: by 2002:a54:320d:0:0:0:0:0 with SMTP id f13csp3793056ecs; | |
Tue, 2 Jun 2020 07:22:11 -0700 (PDT) | |
X-Received: by 2002:a17:90a:2647:: with SMTP id l65mr6013830pje.20.1591107730102; | |
Tue, 02 Jun 2020 07:22:10 -0700 (PDT) | |
ARC-Seal: i=2; a=rsa-sha256; t=1591107730; cv=pass; | |
d=google.com; s=arc-20160816; | |
b=clVhbaMIhWzNyaDfEok8LOg6Y/XzJD1eduTEBJWVdOi1sEEaTm/fxIgfyOwSUKmbcJ | |
WJ4kJ2nsEys1ObTg2l9C5fb7uAqkhys76Mg+UnefYNv+DGNCHIyatPXnvHMgJ6zNidkQ | |
WqB4Wj2hhcyZYxJxoiTwCpsRjVnt3Od0d2smCal991ZS+nlehey0H2NCi6fz1Zub8ufJ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://github.com/CocoaPods/Specs.git' | |
platform :ios, '10.0' | |
use_frameworks! | |
target 'MDAcne' do | |
pod 'LaunchKit' | |
pod 'ReachabilitySwift', '~> 3' | |
pod 'Alamofire', '~> 4.0' | |
pod 'IQKeyboardManagerSwift' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:tem="http://tempuri.org/"> | |
<soap:Header> | |
<tem:AuthHeader> | |
<!--Optional:--> | |
<tem:Username></tem:Username> | |
<!--Optional:--> | |
<tem:Password></tem:Password> | |
<!--Optional:--> | |
<tem:Token>0X8D82BA325284284884F6A18C1E2A9034C4A0EA6561B063BBA479029CEF5952ECEE67E5560A378B553EB39765FFAB00A8D27B44544F09C25481CED1AC02A53A4AF3EF3E7ACA9F7EBF018EF7795338E63D359EA42BBC9F107D</tem:Token> | |
</tem:AuthHeader> |