| { |
| "name": "BlueECC", |
| "version": "1.2.3", |
| "summary": "Swift cross-platform ECC crypto library using CommonCrypto/libcrypto via Package Manager.", |
| "homepage": "https://github.com/IBM-Swift/BlueECC", |
| "license": { |
| "type": "Apache License, Version 2.0" |
| }, |
| "authors": "IBM", |
| "module_name": "CryptorECC", |
| "requires_arc": true, |
| "platforms": { |
| "osx": "10.13", |
| "ios": "11.0", |
| "tvos": "11.0", |
| "watchos": "4.0" |
| }, |
| "source": { |
| "git": "https://github.com/IBM-Swift/BlueECC.git", |
| "tag": "1.2.3" |
| }, |
| "source_files": "Sources/**/*.swift" |
| } |