[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / e / 6 / BlueRSA / 1.0.200 / BlueRSA.podspec.json
blob8295054db9681dc910959d7287c3bc89ed1cee48
2   "name": "BlueRSA",
3   "version": "1.0.200",
4   "summary": "Swift cross-platform RSA crypto library using CommonCrypto/libcrypto via Package Manager.",
5   "homepage": "https://github.com/Kitura/BlueRSA",
6   "license": {
7     "type": "Apache License, Version 2.0"
8   },
9   "authors": "IBM and the Kitura project authors",
10   "module_name": "CryptorRSA",
11   "swift_versions": "5.0.2",
12   "requires_arc": true,
13   "platforms": {
14     "osx": "10.12",
15     "ios": "10.3",
16     "tvos": "10.3",
17     "watchos": "3.3"
18   },
19   "source": {
20     "git": "https://github.com/Kitura/BlueRSA.git",
21     "tag": "1.0.200"
22   },
23   "source_files": "Sources/CryptorRSA/*.swift",
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "5.0"
26   },
27   "swift_version": "5.0.2"