blob: f1e4c0e9e0b0db54794cd638a63e49b52c74962b [file] [log] [blame]
{
"name": "IotaKit",
"swift_version": "4.1",
"version": "0.7.1",
"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.7.1"
},
"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/** $(PODS_TARGET_SRCROOT)/Sources/cpow",
"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",
"Sources/cpow/include/module.modulemap"
]
}