blob: 8b7947de69e53492a6facce339dc21591b045c94 [file] [log] [blame]
{
"name": "IotaKit",
"swift_version": "4.0",
"version": "0.5.4",
"summary": "The IOTA Swift API Library",
"description": "The IOTA Swift API Library.\nIotaKit is compatible with all architectures, tested on iOS/MacOS/Ubuntu.",
"homepage": "https://github.com/pascalbros/IotaKit",
"license": "MIT (Copyright (c) 2018 Pasquale Ambrosini)",
"source": {
"git": "https://github.com/pascalbros/IotaKit.git",
"tag": "v0.5.4"
},
"authors": {
"Pasquale Ambrosini": "pasquale.ambrosini@gmail.com"
},
"platforms": {
"ios": "11.0",
"osx": "10.10"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/**",
"LIBRARY_SEARCH_PATHS": "$(SRCROOT)/"
},
"source_files": [
"Sources/IotaKit/**/*.{swift}",
"Sources/IotaKit/include/sha3/*.{c,h}"
],
"exclude_files": "Sources/IotaKit/Utils/Crypto.swift",
"preserve_paths": "Sources/IotaKit/include/sha3/module.modulemap"
}