blob: dcd0884b1419dc8f04c6d183b744ecb2eccfb409 [file] [log] [blame]
{
"name": "SwiftySRP",
"version": "2.3",
"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.3"
},
"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.3"
]
},
"preserve_paths": [
"CommonCrypto/module.modulemap",
"imath/**",
"README",
"SwiftySRPTests/*.swift"
],
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/SwiftySRP/CommonCrypto $(PODS_ROOT)/SwiftySRP/imath $(SRCROOT)/../CommonCrypto $(SRCROOT)/../imath"
}
}