[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / b / e / 6 / BlueRSA / 1.0.11 / BlueRSA.podspec.json
blob58a58276c41b003e8202bb0cb64520dcafb85935
2   "name": "BlueRSA",
3   "version": "1.0.11",
4   "summary": "Swift cross-platform RSA crypto library using CommonCrypto/libcrypto via Package Manager.",
5   "homepage": "https://github.com/IBM-Swift/BlueRSA",
6   "license": {
7     "type": "Apache License, Version 2.0"
8   },
9   "authors": "IBM",
10   "module_name": "CryptorRSA",
11   "requires_arc": true,
12   "platforms": {
13     "osx": "10.12"
14   },
15   "source": {
16     "git": "https://github.com/IBM-Swift/BlueRSA.git",
17     "tag": "1.0.11"
18   },
19   "source_files": "Sources/CryptorRSA/*.swift",
20   "pod_target_xcconfig": {
21     "SWIFT_VERSION": "4.2"
22   }