[Add] AlibabacloudEmrServerlessSpark20230808 1.8.0
[CocoaPods.git] / Specs / 7 / 2 / 6 / CryptoKit+ / 1.1.0 / CryptoKit+.podspec.json
blobbd9a5ffcb409d8fe6435e50f28a622406e59c5f8
2   "name": "CryptoKit+",
3   "module_name": "CryptoKit",
4   "version": "1.1.0",
5   "summary": "A pragmatic crypto framework for iOS, watchOS, and tvOS.",
6   "description": "CryptoKit is a wrapper of Apple's CommonCrypto library including the most used functionalities only.",
7   "homepage": "https://github.com/noahCLZ/CryptoKit.git",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "noahCLZ": "noah.cl.zhuang@gmail.com"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/noahCLZ/CryptoKit.git",
22     "tag": "1.1.0"
23   },
24   "source_files": "Source/**/*.{swift,h,m}",
25   "frameworks": "Foundation",
26   "swift_version": "5.0"