| { |
| "name": "GoloSwift", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "swift_version": "4.0", |
| "summary": "Swift framework for Golos.io", |
| "homepage": "https://golos.io/", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": "msm72", |
| "source_files": [ |
| "GoloSwift", |
| "GoloSwift/**/*.{h,m,swift}" |
| ], |
| "version": "1.1.0", |
| "source": { |
| "git": "https://github.com/GolosChain/GoloSwift.git", |
| "tag": "1.1.0" |
| }, |
| "dependencies": { |
| "Locksmith": [ |
| |
| ], |
| "CryptoSwift": [ |
| |
| ], |
| "secp256k1.swift": [ |
| |
| ], |
| "BeyovaJSON": [ |
| "~> 0.0" |
| ], |
| "Starscream": [ |
| "~> 3.0" |
| ], |
| "Localize-Swift": [ |
| "~> 2.0" |
| ] |
| } |
| } |