[Add] PurchasesHybridCommon 13.15.0
[CocoaPods.git] / Specs / 4 / f / d / CloudEftposSDK / 0.1.9 / CloudEftposSDK.podspec.json
blob2e6c035e954ab3142626601a99bd89989d4ac4e9
2   "name": "CloudEftposSDK",
3   "version": "0.1.9",
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.9"
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": "stdc++",
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     "stdc++"
46   ],
47   "pod_target_xcconfig": {
48     "SWIFT_VERSION": "5.0"
49   },
50   "xcconfig": {
51     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
52     "CLANG_CXX_LIBRARY": "libc++"
53   },
54   "static_framework": true,
55   "user_target_xcconfig": {
56     "OTHER_LDFLAGS": "-ObjC"
57   }