[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / e / 6 / BlueRSA / 1.0.18 / BlueRSA.podspec.json
blob01ad8680d54541d921cdd05660f5b83b630760f9
2   "name": "BlueRSA",
3   "version": "1.0.18",
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.18"
18   },
19   "source_files": "Sources/CryptorRSA/*.swift",
20   "pod_target_xcconfig": {
21     "SWIFT_VERSION": "4.2"
22   }