blob: 9b0c573dee94467ae3b5970f80b49b4ab6d2f125 [file] [log] [blame]
{
"name": "CommonCryptoSwift",
"version": "1.0.1",
"summary": "A CommonCrypto framework import wrapper for swift projects",
"source": {
"git": "https://github.com/AlexLittlejohn/CommonCryptoSwift.git",
"tag": "1.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"license": "MIT",
"homepage": "https://github.com/AlexLittlejohn/CommonCryptoSwift",
"authors": {
"Alex Littlejohn": "alexlittlejohn@me.com"
},
"preserve_paths": "CommonCrypto/*",
"xcconfig": {
"SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_ROOT)/BCSwiftSecurity/CommonCrypto/iphonesimulator/",
"SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_ROOT)/BCSwiftSecurity/CommonCrypto/iphoneos/",
"SWIFT_INCLUDE_PATHS[sdk=appletvos*]": "$(PODS_ROOT)/BCSwiftSecurity/CommonCrypto/appletvos/",
"SWIFT_INCLUDE_PATHS[sdk=appletvsimulator*]": "$(PODS_ROOT)/BCSwiftSecurity/CommonCrypto/appletvsimulator/"
},
"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"
}