11 "summary": "Swift implementation of SRP",
12 "homepage": "https://github.com/flockoffiles/SwiftySRP",
13 "authors": "Sergey Novitsky",
15 "git": "https://github.com/flockoffiles/SwiftySRP.git",
19 "SwiftySRP/*.{h,swift}",
22 "module_map": "SwiftySRP/private.modulemap",
23 "exclude_files": "SwiftySRP/BigIntSpecific/*",
24 "public_header_files": "SwiftySRP/**/*.h",
25 "private_header_files": "imath/*.h",
26 "documentation_url": "https://github.com/serieuxchat/SwiftySRP/",
32 "swift_version": "4.2",
35 "name": "Fix Module Map",
36 "script": "rm -rf \"$TARGET_BUILD_DIR/$PRODUCT_NAME$WRAPPER_SUFFIX/PrivateHeaders\" ; function replace() { export SEARCH=\"$1\" && export REPLACE=\"$2\" && ruby -p -i -e \"gsub(ENV[\\\"SEARCH\\\"], ENV[\\\"REPLACE\\\"])\" \"$3\" ; } ; replace \"header \\\"imath.h\\\"\" \"\" \"${TARGET_BUILD_DIR}/${PRODUCT_NAME}${WRAPPER_SUFFIX}/Modules/module.modulemap\" ; replace \"header \\\"imath+additions.h\\\"\" \"\" \"${TARGET_BUILD_DIR}/${PRODUCT_NAME}${WRAPPER_SUFFIX}/Modules/module.modulemap\""
41 "SwiftySRPTests/*.swift"