4 "summary": "Generate a certificate signing request (CSR) in iOS using Swift",
5 "description": "CertificateSigningRequest lets you enables you to generate a CSR directly on an iOS device",
6 "homepage": "https://github.com/cbaker6/iOSCSRSwift",
12 "Corey Baker": "coreyearleon@icloud.com"
18 "git": "https://github.com/cbaker6/iOSCSRSwift.git",
23 "iOSCSRSwift/**/*.{h,m,swift}",
24 "CommonCrypto/**/*.{c,h}"
26 "private_header_files": "CommonCrypto/**/*.{c,h}",
27 "pod_target_xcconfig": {
29 "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "CommonCrypto/Platforms/iPhoneOS/**",
30 "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "CommonCrypto/Platforms/iPhoneSimulator/**",
31 "SWIFT_INCLUDE_PATHS[sdk=macosx*]": "CommonCrypto/Platforms/MacOSX/**"
33 "preserve_paths": "CommonCrypto/iphoneos.modulemap",
34 "module_map": "CommonCrypto/iphoneos.modulemap"