[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / f / d / CloudEftposSDK / 0.1.8 / CloudEftposSDK.podspec.json
blobe041dfe73023c045e38adc8fa5c1eeef15c95352
2   "name": "CloudEftposSDK",
3   "version": "0.1.8",
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.1.8"
19   },
20   "requires_arc": true,
21   "source_files": "CloudEftposSDK/**/*.{m,mm,h,c,swift}",
22   "resource_bundles": {
23     "CloudEftposSDK": [
24       "CloudEftposSDK/Assets/*.png"
25     ]
26   },
27   "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",
28   "public_header_files": [
29     "CloudEftposSDK/Classes/CloudLog.h",
30     "CloudEftposSDK/Classes/SwiftyRSA/SwiftyRSA.h",
31     "CloudEftposSDK/Classes/CloudEftposSDK-Bridging-Header.h",
32     "CloudEftposSDK/CloudEftposSDK-Swift.h",
33     "CloudEftposSDK/Classes/SwiftyRSA/NSData+SHA.h",
34     "CloudEftposSDK/Classes/CloudEftposSDK.h",
35     "CloudEftposSDK/Classes/CloudEftposSDK-private.h",
36     "CloudEftposSDK/Classes/Logging/QPSDDLog.h"
37   ],
38   "libraries": "c++",
39   "private_header_files": [
40     "CloudEftposSDK/Classes/CryptedResourceLib/CryptedDataUtil.h",
41     "CloudEftposSDK/Classes/ZipArchive/minizip/ioapi.h",
42     "CloudEftposSDK/Classes/ZipArchive/minizip/zip.h",
43     "CloudEftposSDK/Classes/ZipArchive/minizip/unzip.h",
44     "CloudEftposSDK/Classes/ZipArchive/ZipArchive.h",
45     "c++",
46     "sqlite3"
47   ],
48   "pod_target_xcconfig": {
49     "SWIFT_VERSION": "5.0"
50   }