| { |
| "name": "secp256k1Converter", |
| "version": "0.1.0", |
| "summary": "A converter to avoid the conflict of same naming.", |
| "description": "A converter to avoid the conflict of same naming. In there, you can import with secp256k1Converter.", |
| "homepage": "https://github.com/ArchieR7/secp256k1Converter", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Archie": "Archie@Archie.tw" |
| }, |
| "source": { |
| "git": "https://github.com/ArchieR7/secp256k1Converter.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/ChangArchie", |
| "swift_version": "5.0", |
| "platforms": { |
| "ios": "9.3" |
| }, |
| "source_files": "secp256k1Converter/Classes/**/*", |
| "dependencies": { |
| "secp256k1.swift": [ |
| "~> 0.1.4" |
| ] |
| } |
| } |