[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / e / 6 / BlueRSA / 1.0.31 / BlueRSA.podspec.json
blobc8634a4df93594932f7d989e56bbfc874034caae
2   "name": "BlueRSA",
3   "version": "1.0.31",
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     "ios": "10.3",
15     "tvos": "10.3",
16     "watchos": "3.3"
17   },
18   "source": {
19     "git": "https://github.com/IBM-Swift/BlueRSA.git",
20     "tag": "1.0.31"
21   },
22   "source_files": "Sources/CryptorRSA/*.swift",
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "5.0"
25   }