2 "name": "CloudEftposSDK",
4 "summary": "A short description of CloudEftposSDK.",
6 "homepage": "http://EXAMPLE/CloudEftposSDK",
11 "KaiDi Chen": "kaidic@questps.com.au"
17 "git": "http://kaidic@bb.questps.com.au/scm/ces/ios-sdk.git",
21 "EPPMobileSDK/**/*.{m,mm,h,c,swift}",
22 "EPPMobileSDK/CloudEftposSDK-Prefix.pch"
24 "prefix_header_contents": "#ifdef __OBJC__\n #import <Foundation/Foundation.h>\n #import <QuartzCore/QuartzCore.h>\n #import <UIKit/UIKit.h>\n #import \"QPSDDLog.h\"\n #import \"CloudLog.h\"\n\n #if TRUE // VERBOSE LOGGING\n #define SDK_GLOBAL_LOG_LEVEL LOG_LEVEL_VERBOSE\n #else\n #define SDK_GLOBAL_LOG_LEVEL LOG_LEVEL_INFO\n #endif\n #endif",
25 "private_header_files": [
26 "EPPMobileSDK/CryptedResourceLib/CryptedDataUtil.h",
27 "EPPMobileSDK/ZipArchive/minizip/ioapi.h",
28 "EPPMobileSDK/ZipArchive/ZipArchive.h"
34 "pod_target_xcconfig": {
35 "SWIFT_VERSION": "5.0",
36 "OTHER_LDFLAGS": "-L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos"
39 "CLANG_CXX_LANGUAGE_STANDARD": "gnu++0x",
40 "CLANG_CXX_LIBRARY": "libc++",
41 "DEFINES_MODULE": "YES"