| { |
| "name": "ScaleCodec", |
| "version": "0.1.0", |
| "summary": "SCALE codec implementation for Swift language", |
| "description": "SCALE codec implementation for Swift language. Supports all SCALE standard types.", |
| "homepage": "https://github.com/tesseract-one/swift-scale-codec", |
| "license": { |
| "type": "Apache 2.0", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Tesseract Systems, Inc.": "info@tesseract.one" |
| }, |
| "source": { |
| "git": "https://github.com/tesseract-one/swift-scale-codec.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "9.0", |
| "osx": "10.10", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "swift_versions": [ |
| "5", |
| "5.1", |
| "5.2" |
| ], |
| "module_name": "ScaleCodec", |
| "source_files": "Sources/ScaleCodec/**/*.swift", |
| "dependencies": { |
| "BigInt": [ |
| "~> 5.2" |
| ] |
| }, |
| "testspecs": [ |
| { |
| "name": "Tests", |
| "test_type": "unit", |
| "platforms": { |
| "ios": "9.0", |
| "osx": "10.10", |
| "tvos": "9.0" |
| }, |
| "source_files": "Tests/ScaleCodecTests/**/*.swift" |
| } |
| ], |
| "swift_version": "5.2" |
| } |