Latest | 0.1.0 |
---|---|
Homepage | https://github.com/ArchieR7/secp256k1Converter |
License | MIT |
Platforms | ios 9.3 |
Dependencies | secp256k1.swift |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
secp256k1Converter is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'secp256k1Converter'
Author
Archie, [email protected]
License
secp256k1Converter is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "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": "[email protected]" }, "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" ] } }
Tue, 04 Jun 2019 10:00:14 +0000