2 "name": "CommonCryptoSwift",
4 "summary": "A CommonCrypto framework import wrapper for swift projects",
6 "git": "https://github.com/AlexLittlejohn/CommonCryptoSwift.git",
14 "homepage": "https://github.com/AlexLittlejohn/CommonCryptoSwift",
16 "Alex Littlejohn": "alexlittlejohn@me.com"
18 "preserve_paths": "CommonCrypto/*",
20 "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_ROOT)/BCSwiftSecurity/CommonCrypto/iphonesimulator/",
21 "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_ROOT)/BCSwiftSecurity/CommonCrypto/iphoneos/",
22 "SWIFT_INCLUDE_PATHS[sdk=appletvos*]": "$(PODS_ROOT)/BCSwiftSecurity/CommonCrypto/appletvos/",
23 "SWIFT_INCLUDE_PATHS[sdk=appletvsimulator*]": "$(PODS_ROOT)/BCSwiftSecurity/CommonCrypto/appletvsimulator/"
25 "prepare_command": "mkdir -p CommonCrypto/iphoneos\nmkdir -p CommonCrypto/iphonesimulator\nmkdir -p CommonCrypto/appletvos\nmkdir -p CommonCrypto/appletvsimulator\ncp CommonCrypto/iphoneos.modulemap CommonCrypto/iphoneos/module.modulemap\ncp CommonCrypto/iphonesimulator.modulemap CommonCrypto/iphonesimulator/module.modulemap\ncp CommonCrypto/iphonesimulator.modulemap CommonCrypto/appletvos/module.modulemap\ncp CommonCrypto/iphonesimulator.modulemap CommonCrypto/appletvsimulator/module.modulemap"