[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / 0 / d / CommonCryptoSwift / 1.0.1 / CommonCryptoSwift.podspec.json
blob9b0c573dee94467ae3b5970f80b49b4ab6d2f125
2   "name": "CommonCryptoSwift",
3   "version": "1.0.1",
4   "summary": "A CommonCrypto framework import wrapper for swift projects",
5   "source": {
6     "git": "https://github.com/AlexLittlejohn/CommonCryptoSwift.git",
7     "tag": "1.0.1"
8   },
9   "requires_arc": true,
10   "platforms": {
11     "ios": "8.0"
12   },
13   "license": "MIT",
14   "homepage": "https://github.com/AlexLittlejohn/CommonCryptoSwift",
15   "authors": {
16     "Alex Littlejohn": "alexlittlejohn@me.com"
17   },
18   "preserve_paths": "CommonCrypto/*",
19   "xcconfig": {
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/"
24   },
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"