[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 3 / b / CatCrypto / 0.2.1.2 / CatCrypto.podspec.json
blob43a5c849d8033262df23ffef14001aedd39bca6c
2   "name": "CatCrypto",
3   "version": "0.2.1.2",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kcat": "kcatdeveloper@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/ImKcat/CatCrypto.git",
16     "tag": "0.2.1.2"
17   },
18   "social_media_url": "https://imkcat.com",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "requires_arc": true,
26   "source_files": "CatCrypto/**/*.{h,c,swift}",
27   "private_header_files": [
28     "CatCrypto/MD6/*.h",
29     "CatCrypto/Argon2/*.h"
30   ],
31   "preserve_paths": [
32     "CatCrypto/MD6",
33     "CatCrypto/Argon2",
34     "CatCrypto/CommonCrypto"
35   ],
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"
44   },
45   "pushed_with_swift_version": "4.0"