[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 7 / 9 / 8 / MbSecureCrypto / 0.1.0 / MbSecureCrypto.podspec.json
blobd8bc67e61d4337e02fcc6269552c01e7eefede60
2   "name": "MbSecureCrypto",
3   "version": "0.1.0",
4   "summary": "A secure cryptography library for iOS and macOS",
5   "description": "MbSecureCrypto provides secure cryptographic operations including random string generation and more.",
6   "homepage": "https://github.com/mavbozo/MbSecureCrypto",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Maverick Bozo": "mavbozo@pm.me"
13   },
14   "platforms": {
15     "ios": "15.6",
16     "osx": "12.4"
17   },
18   "source": {
19     "git": "https://github.com/mavbozo/MbSecureCrypto.git",
20     "tag": "0.1.0"
21   },
22   "source_files": "MbSecureCrypto/**/*.{h,m}",
23   "public_header_files": "MbSecureCrypto/**/*.h",
24   "frameworks": "Security",
25   "requires_arc": true