4 "summary": "An easy way for hashing and encryption.",
5 "description": "CatCrypto include a series of hashing and encryption functions.",
6 "homepage": "https://github.com/ImKcat/CatCrypto",
12 "Kcat": "kcatdeveloper@icloud.com"
15 "git": "https://github.com/ImKcat/CatCrypto.git",
18 "social_media_url": "https://imkcat.com",
26 "source_files": "CatCrypto/**/*.{h,c,swift}",
27 "private_header_files": [
29 "CatCrypto/Argon2/*.h"
34 "CatCrypto/CommonCrypto"
36 "pod_target_xcconfig": {
37 "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_TARGET_SRCROOT)/CatCrypto/CommonCrypto/iPhoneOS $(PODS_TARGET_SRCROOT)/CatCrypto/Argon2 $(PODS_TARGET_SRCROOT)/CatCrypto/MD6",
38 "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_TARGET_SRCROOT)/CatCrypto/CommonCrypto/iPhoneSimulator $(PODS_TARGET_SRCROOT)/CatCrypto/Argon2 $(PODS_TARGET_SRCROOT)/CatCrypto/MD6",
39 "SWIFT_INCLUDE_PATHS[sdk=appletvos*]": "$(PODS_TARGET_SRCROOT)/CatCrypto/CommonCrypto/AppleTVOS $(PODS_TARGET_SRCROOT)/CatCrypto/Argon2 $(PODS_TARGET_SRCROOT)/CatCrypto/MD6",
40 "SWIFT_INCLUDE_PATHS[sdk=appletvsimulator*]": "$(PODS_TARGET_SRCROOT)/CatCrypto/CommonCrypto/AppleTVSimulator $(PODS_TARGET_SRCROOT)/CatCrypto/Argon2 $(PODS_TARGET_SRCROOT)/CatCrypto/MD6",
41 "SWIFT_INCLUDE_PATHS[sdk=macosx*]": "$(PODS_TARGET_SRCROOT)/CatCrypto/CommonCrypto/MacOSX $(PODS_TARGET_SRCROOT)/CatCrypto/Argon2 $(PODS_TARGET_SRCROOT)/CatCrypto/MD6",
42 "SWIFT_INCLUDE_PATHS[sdk=watchos*]": "$(PODS_TARGET_SRCROOT)/CatCrypto/CommonCrypto/WatchOS $(PODS_TARGET_SRCROOT)/CatCrypto/Argon2 $(PODS_TARGET_SRCROOT)/CatCrypto/MD6",
43 "SWIFT_INCLUDE_PATHS[sdk=watchsimulator*]": "$(PODS_TARGET_SRCROOT)/CatCrypto/CommonCrypto/WatchSimulator $(PODS_TARGET_SRCROOT)/CatCrypto/Argon2 $(PODS_TARGET_SRCROOT)/CatCrypto/MD6"
45 "pushed_with_swift_version": "4.0"