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/",
30 "swift_version": "4.1",
34 "SwiftySRPTests/*.swift"
37 "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_ROOT)/SwiftySRP/imath $(SRCROOT)/../imath",
38 "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_ROOT)/SwiftySRP/imath $(SRCROOT)/../imath",
39 "SWIFT_INCLUDE_PATHS[sdk=appletvos*]": "$(PODS_ROOT)/SwiftySRP/imath $(SRCROOT)/../imath",
40 "SWIFT_INCLUDE_PATHS[sdk=appletvsimulator*]": "$(PODS_ROOT)/SwiftySRP/imath $(SRCROOT)/../imath",
41 "SWIFT_INCLUDE_PATHS[sdk=watchos*]": "$(PODS_ROOT)/SwiftySRP/imath $(SRCROOT)/../imath",
42 "SWIFT_INCLUDE_PATHS[sdk=watchsimulator*]": "$(PODS_ROOT)/SwiftySRP/imath $(SRCROOT)/../imath"