blob: 5c3fb10152baf7fb7f583e3783cd8e24cc64b42a [file] [log] [blame]
{
"name": "CatCrypto",
"version": "0.1.2",
"summary": "An easy way for hashing, support Argon2 currently.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/ImKcat/CatCrypto",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kcat": "kcatdeveloper@icloud.com"
},
"source": {
"git": "https://github.com/ImKcat/CatCrypto.git",
"tag": "0.1.2"
},
"social_media_url": "https://imkcat.com",
"platforms": {
"ios": "8.0"
},
"source_files": "CatCrypto/**/*.{h,c,modulemap,swift}",
"private_header_files": "CatCrypto/Argon2/*.h",
"preserve_paths": "CatCrypto/Argon2/module.modulemap",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/CatCrypto/Argon2"
},
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}