blob: 94d0d0e84d1dd5452f75e483ebe9efc0c9d771cc [file] [log] [blame]
{
"name": "SwiftySRP",
"version": "2.8",
"platforms": {
"ios": "9.3"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Swift implementation of SRP",
"homepage": "https://github.com/flockoffiles/SwiftySRP",
"authors": "Sergey Novitsky",
"source": {
"git": "https://github.com/flockoffiles/SwiftySRP.git",
"tag": "v2.8"
},
"source_files": [
"SwiftySRP/*.{h,swift}",
"imath/*.{c,h}"
],
"exclude_files": "SwiftySRP/BigIntSpecific/*",
"public_header_files": "SwiftySRP/**/*.h",
"documentation_url": "https://github.com/serieuxchat/SwiftySRP/",
"dependencies": {
"FFDataWrapper": [
"~> 1.5"
]
},
"swift_version": "4.1",
"preserve_paths": [
"imath/**",
"README",
"SwiftySRPTests/*.swift"
],
"xcconfig": {
"SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_ROOT)/SwiftySRP/imath $(SRCROOT)/../imath",
"SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_ROOT)/SwiftySRP/imath $(SRCROOT)/../imath",
"SWIFT_INCLUDE_PATHS[sdk=appletvos*]": "$(PODS_ROOT)/SwiftySRP/imath $(SRCROOT)/../imath",
"SWIFT_INCLUDE_PATHS[sdk=appletvsimulator*]": "$(PODS_ROOT)/SwiftySRP/imath $(SRCROOT)/../imath",
"SWIFT_INCLUDE_PATHS[sdk=watchos*]": "$(PODS_ROOT)/SwiftySRP/imath $(SRCROOT)/../imath",
"SWIFT_INCLUDE_PATHS[sdk=watchsimulator*]": "$(PODS_ROOT)/SwiftySRP/imath $(SRCROOT)/../imath"
}
}