wgl

static framework

Showing 56 changed files with 4 additions and 10 deletions
Pod::Spec.new do |s|
s.name = 'HHDoctor'
s.version= "3.1.0080614"
s.version= "3.1.0081916"
s.summary = 'A short description of hhvDoctorSDK.'
s.description = <<-DESC
... ...
No preview for this file type
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>HHBundleVersion</key>
<string>07.18.1924</string>
</dict>
</plist>
... ... @@ -12,7 +12,9 @@
#define HHTestBaseURL @"https://test.hh-medic.com/familyapp"
#define HHMedicDetailBaseURL @"https://e.hh-medic.com"
#define HHTestMedicDetailBaseURL @"https://test.hh-medic.com"
#define HHSecMedicDetailBaseURL @"https://e.hh-medic.com"
#define HHFamilyUpload @"https://sec.hh-medic.com/orderapp/file/file_upload_family"
... ...