blob: e6a8ad598977465c5fca1c50856a6bbaf64e909b [file] [log] [blame]
{
"name": "CatCrypto",
"version": "0.2.1.1",
"summary": "An easy way for hashing and encryption.",
"description": "CatCrypto include a series of hashing and encryption functions.",
"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.2.1.1"
},
"social_media_url": "https://imkcat.com",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "CatCrypto/**/*.{h,c,swift}",
"private_header_files": [
"CatCrypto/MD6/*.h",
"CatCrypto/Argon2/*.h"
],
"preserve_paths": [
"CatCrypto/MD6",
"CatCrypto/Argon2",
"CatCrypto/CommonCrypto"
],
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_TARGET_SRCROOT)/CatCrypto/CommonCrypto/iPhoneOS $(PODS_TARGET_SRCROOT)/CatCrypto/Argon2 $(PODS_TARGET_SRCROOT)/CatCrypto/MD6",
"SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_TARGET_SRCROOT)/CatCrypto/CommonCrypto/iPhoneSimulator $(PODS_TARGET_SRCROOT)/CatCrypto/Argon2 $(PODS_TARGET_SRCROOT)/CatCrypto/MD6",
"SWIFT_INCLUDE_PATHS[sdk=appletvos*]": "$(PODS_TARGET_SRCROOT)/CatCrypto/CommonCrypto/AppleTVOS $(PODS_TARGET_SRCROOT)/CatCrypto/Argon2 $(PODS_TARGET_SRCROOT)/CatCrypto/MD6",
"SWIFT_INCLUDE_PATHS[sdk=appletvsimulator*]": "$(PODS_TARGET_SRCROOT)/CatCrypto/CommonCrypto/AppleTVSimulator $(PODS_TARGET_SRCROOT)/CatCrypto/Argon2 $(PODS_TARGET_SRCROOT)/CatCrypto/MD6",
"SWIFT_INCLUDE_PATHS[sdk=macosx*]": "$(PODS_TARGET_SRCROOT)/CatCrypto/CommonCrypto/MacOSX $(PODS_TARGET_SRCROOT)/CatCrypto/Argon2 $(PODS_TARGET_SRCROOT)/CatCrypto/MD6",
"SWIFT_INCLUDE_PATHS[sdk=watchos*]": "$(PODS_TARGET_SRCROOT)/CatCrypto/CommonCrypto/WatchOS $(PODS_TARGET_SRCROOT)/CatCrypto/Argon2 $(PODS_TARGET_SRCROOT)/CatCrypto/MD6",
"SWIFT_INCLUDE_PATHS[sdk=watchsimulator*]": "$(PODS_TARGET_SRCROOT)/CatCrypto/CommonCrypto/WatchSimulator $(PODS_TARGET_SRCROOT)/CatCrypto/Argon2 $(PODS_TARGET_SRCROOT)/CatCrypto/MD6"
},
"pushed_with_swift_version": "4.0"
}