blob: 480142d6281e19939fb0d09a7edda62934b329cd [file] [log] [blame]
{
"name": "IotaKit",
"swift_version": "4.0",
"version": "0.5.3",
"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)",
"authors": {
"Pasquale Ambrosini": "pasquale.ambrosini@gmail.com"
},
"platforms": {
"ios": "11.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/pascalbros/IotaKit.git",
"tag": "v0.5.3"
},
"source_files": [
"Sources",
"Sources/**/*.{h, swift}"
],
"preserve_paths": "Sources/IotaKit/include/sha3/module.modulemap",
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "$(PODS_ROOT)/IotaKit/Sources/IotaKit/include/sha3/"
}
}