blob: 474b65778cc3ea1f9785b236b346da8f77e116bc [file] [log] [blame]
{
"name": "BCrypt",
"version": "1.0.0",
"summary": "A Swift version of the BCrypt.",
"description": "This CocoaPod is a Swift version of PerfectBCrypt adopted to iOS.",
"homepage": "https://github.com/aberkunov/PerfectBCrypt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexander Berkunov": "alexander.berkunov@gmail.com"
},
"source": {
"git": "https://github.com/aberkunov/PerfectBCrypt.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.1"
},
"swift_version": "4.2",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/BCrypt/Classes/bcryptc",
"HEADER_SEARCH_PATHS": "$(PODS_TARGET_SRCROOT)/BCrypt/Classes/bcryptc/include"
},
"source_files": "BCrypt/Classes/**/*"
}