3 "swift_version": "4.0",
5 "summary": "A Swift wrapper for Iota C implementation",
6 "description": "A Swift wrapper for Iota C implementation.",
7 "homepage": "https://github.com/pascalbros/IotaC",
8 "license": "MIT (Copyright (c) 2018 Pasquale Ambrosini)",
10 "git": "https://github.com/pascalbros/IotaC.git",
14 "Pasquale Ambrosini": "pasquale.ambrosini@gmail.com"
21 "module_map": "IotaC.modulemap",
22 "source_files": "Sources/**/*.{swift,c,h}",
23 "pod_target_xcconfig": {
24 "SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/Sources/fastiota/**",
25 "LIBRARY_SEARCH_PATHS": "$(PODS_TARGET_SRCROOT)/Sources/",
26 "SWIFT_VERSION": "4.0"
28 "preserve_paths": "Sources/fastiota/include/module.modulemap"