[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 8 / 3 / 6 / IotaC / 0.0.1 / IotaC.podspec.json
blob1749d61e34de2e83b9d3554664924bfb1a38e93f
2   "name": "IotaC",
3   "swift_version": "4.0",
4   "version": "0.0.1",
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)",
9   "source": {
10     "git": "https://github.com/pascalbros/IotaC.git",
11     "tag": "v0.0.1"
12   },
13   "authors": {
14     "Pasquale Ambrosini": "pasquale.ambrosini@gmail.com"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10"
19   },
20   "requires_arc": true,
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"
27   },
28   "preserve_paths": "Sources/fastiota/include/module.modulemap"