2 "name": "EchoFramework",
4 "summary": "Echo iOS Framework",
5 "homepage": "https://github.com/echoprotocol/echo-ios-framework",
11 "Fedorenko Nikita": "n.fedorenko@pixelplex.io",
12 "Sharaev Vladimir": "v.sharaev@pixelplex.io"
14 "swift_versions": "5.0",
16 "git": "https://github.com/echoprotocol/echo-ios-framework"
22 "module_map": "EchoFramework/Supports Files/EchoFramework.modulemap",
23 "pod_target_xcconfig": {
24 "SWIFT_INCLUDE_PATHS": "${SRCROOT} $(SRCROOT)/EchoFramework/Libraries",
25 "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
26 "HEADER_SEARCH_PATHS": "$(SRCROOT)/EchoFramework/Libraries/ed25519/include",
27 "LIBRARY_SEARCH_PATHS[sdk=iphoneos*]": "$(SRCROOT)/EchoFramework/Libraries/ed25519/lib/OSRelease",
28 "LIBRARY_SEARCH_PATHS[sdk=iphonesimulator*]": "$(SRCROOT)/EchoFramework/Libraries/ed25519/lib/SimulatorRelease",
29 "ARCHS[sdk=iphonesimulator*]": "x86_64"
33 "EchoFramework/Supports Files/EchoFramework.modulemap"
35 "source_files": "EchoFramework/**/*.{h,swift,m,a}",
36 "user_target_xcconfig": {
37 "ARCHS[sdk=iphonesimulator*]": "x86_64"
43 "OpenSSL-Universal": [
47 "swift_version": "5.0"