blob: f1722ea8b7bdb91bd5edfb3291b6029da600ec33 [file] [log] [blame]
{
"name": "IotaKit",
"swift_version": "4.0",
"version": "0.6.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)",
"source": {
"git": "https://github.com/pascalbros/IotaKit.git",
"tag": "v0.6.3"
},
"authors": {
"Pasquale Ambrosini": "pasquale.ambrosini@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"module_map": "IotaKit.modulemap",
"source_files": "Sources/**/*.{swift,c,h}",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/Sources/sha3/**",
"LIBRARY_SEARCH_PATHS": "$(PODS_TARGET_SRCROOT)/Sources/",
"SWIFT_VERSION": "4.0"
},
"exclude_files": "Sources/IotaKit/Utils/Crypto.swift",
"preserve_paths": "Sources/sha3/include/module.modulemap"
}