| { |
| "name": "Web3Forked", |
| "version": "0.4.3", |
| "summary": "Web3 library for Swift. Sign transactions and interact with Smart Contracts in the Ethereum Network.", |
| "description": "Web3 library to sign transactions, interact with Smart Contracts, call\nSmart Contract methods and many things more, all through either a\nHTTP RPC interface provided by this library or a custom RPC interface\n(for example IPC,...).", |
| "homepage": "https://github.com/Boilertalk/Web3.swift", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Koray Koska": "koray@koska.at" |
| }, |
| "source": { |
| "git": "https://github.com/Ethella/Web3.swift.git", |
| "branch": "master" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "swift_versions": [ |
| "5.1.3", |
| "5.1.2", |
| "5.0", |
| "5.1" |
| ], |
| "pod_target_xcconfig": { |
| "OTHER_SWIFT_FLAGS": "-DWeb3CocoaPods" |
| }, |
| "default_subspecs": [ |
| "Core", |
| "HTTPExtension" |
| ], |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "Web3Forked/Classes/Core/**/*", |
| "dependencies": { |
| "BigInt": [ |
| "~> 4.0" |
| ], |
| "CryptoSwift": [ |
| "1.3.1" |
| ], |
| "secp256k1.swift": [ |
| "~> 0.1" |
| ] |
| } |
| }, |
| { |
| "name": "HTTPExtension", |
| "source_files": "Web3Forked/Classes/FoundationHTTP/**/*", |
| "dependencies": { |
| "Web3Forked/Core": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "PromiseKit", |
| "source_files": "Web3Forked/Classes/PromiseKit/**/*", |
| "dependencies": { |
| "Web3Forked/Core": [ |
| |
| ], |
| "PromiseKit/CorePromise": [ |
| "~> 6.0" |
| ] |
| } |
| }, |
| { |
| "name": "ContractABI", |
| "source_files": "Web3Forked/Classes/ContractABI/**/*", |
| "dependencies": { |
| "Web3Forked/Core": [ |
| |
| ] |
| } |
| } |
| ], |
| "swift_version": "5.1.3" |
| } |