[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 7 / 9 / 8 / MbSecureCrypto / 0.3.0 / MbSecureCrypto.podspec.json
blob55baf551b06fb9320916eba953fb723aedf58556
2   "name": "MbSecureCrypto",
3   "version": "0.3.0",
4   "summary": "A secure cryptography library for iOS and macOS",
5   "homepage": "https://github.com/mavbozo/MbSecureCrypto",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Maverick Bozo": "mavbozo@pm.me"
12   },
13   "platforms": {
14     "ios": "15.6",
15     "osx": "12.4"
16   },
17   "swift_versions": [
18     "5.0"
19   ],
20   "source": {
21     "git": "file:///Users/mavbozo/yolo/ios/MbSecureCrypto",
22     "tag": "0.3.0"
23   },
24   "source_files": [
25     "MbSecureCrypto/*.{h,m,swift}",
26     "MbSecureCrypto/**/*.{h,m,swift}"
27   ],
28   "public_header_files": [
29     "MbSecureCrypto/*.h",
30     "MbSecureCrypto/Random/*.h",
31     "MbSecureCrypto/Cipher/*.h"
32   ],
33   "module_name": "MbSecureCrypto",
34   "frameworks": [
35     "Security",
36     "Foundation"
37   ],
38   "pod_target_xcconfig": {
39     "MARKETING_VERSION": "0.3.0",
40     "CURRENT_PROJECT_VERSION": "1",
41     "IPHONEOS_DEPLOYMENT_TARGET": "15.6",
42     "MACOSX_DEPLOYMENT_TARGET": "12.4",
43     "SWIFT_VERSION": "5.0",
44     "DEFINES_MODULE": "YES",
45     "SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/MbSecureCrypto",
46     "SWIFT_OBJC_INTERFACE_HEADER_NAME": "MbSecureCrypto-Swift.h",
47     "OTHER_CFLAGS": "-fno-common -fstack-protector-strong",
48     "CLANG_ENABLE_MODULES": "YES",
49     "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "YES",
50     "GCC_TREAT_WARNINGS_AS_ERRORS": "YES",
51     "PRODUCT_NAME": "$(TARGET_NAME)",
52     "PRODUCT_BUNDLE_IDENTIFIER": "com.mavbozo.mbsecurecrypto",
53     "SWIFT_OPTIMIZATION_LEVEL[config=Debug]": "-Onone",
54     "SWIFT_COMPILATION_MODE": "wholemodule"
55   },
56   "requires_arc": true,
57   "swift_version": "5.0"