[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / f / d / CloudEftposSDK / 0.0.3 / CloudEftposSDK.podspec.json
blob0804cb02e43d9ae3032151e26135c57916c953e0
2   "name": "CloudEftposSDK",
3   "version": "0.0.3",
4   "summary": "A short description of CloudEftposSDK.",
5   "description": "Test",
6   "homepage": "http://EXAMPLE/CloudEftposSDK",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "KaiDi Chen": "kaidic@questps.com.au"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "http://kaidic@bb.questps.com.au/scm/ces/ios-sdk.git",
18     "tag": "0.0.3"
19   },
20   "source_files": [
21     "EPPMobileSDK/**/*.{m,mm,h,c,swift}",
22     "EPPMobileSDK/CloudEftposSDK-Prefix.pch"
23   ],
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"
29   ],
30   "libraries": [
31     "c++",
32     "sqlite3"
33   ],
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"
37   },
38   "xcconfig": {
39     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++0x",
40     "CLANG_CXX_LIBRARY": "libc++",
41     "DEFINES_MODULE": "YES"
42   }