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 "exclude_files": "SwiftySRP/BigIntSpecific/*",
23 "public_header_files": "SwiftySRP/**/*.h",
24 "documentation_url": "https://github.com/serieuxchat/SwiftySRP/",
31 "LegacyCommonCrypto/module.modulemap",
34 "SwiftySRPTests/*.swift"
37 "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/SwiftySRP/LegacyCommonCrypto $(PODS_ROOT)/SwiftySRP/imath $(SRCROOT)/../LegacyCommonCrypto $(SRCROOT)/../imath"