[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / 1 / 8 / c / SwiftySRP / 2.12 / SwiftySRP.podspec.json
blob09fbf28b74d639065e0a8979632099439e2fad4f
2   "name": "SwiftySRP",
3   "version": "2.12",
4   "platforms": {
5     "ios": "9.3"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "summary": "Swift implementation of SRP",
12   "homepage": "https://github.com/flockoffiles/SwiftySRP",
13   "authors": "Sergey Novitsky",
14   "source": {
15     "git": "https://github.com/flockoffiles/SwiftySRP.git",
16     "tag": "v2.12"
17   },
18   "source_files": [
19     "SwiftySRP/*.{h,swift}",
20     "imath/*.{c,h}"
21   ],
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/",
27   "dependencies": {
28     "FFDataWrapper": [
29       "~> 1.8"
30     ]
31   },
32   "swift_version": "4.2",
33   "script_phases": [
34     {
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\""
37     }
38   ],
39   "preserve_paths": [
40     "README",
41     "SwiftySRPTests/*.swift"
42   ]