[Add] ReerCodable 1.1.2
[CocoaPods.git] / Specs / 0 / a / c / iOSCSRSwift / 0.0.992 / iOSCSRSwift.podspec.json
blobc448197d33a8861d28bad5c250a06c60e3b0afc7
2   "name": "iOSCSRSwift",
3   "version": "0.0.992",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Corey Baker": "coreyearleon@icloud.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/cbaker6/iOSCSRSwift.git",
19     "tag": "0.0.992"
20   },
21   "source_files": [
22     "iOS-csr-swift",
23     "iOSCSRSwift/**/*.{h,m,swift}",
24     "CommonCrypto/**/*.{c,h}"
25   ],
26   "private_header_files": "CommonCrypto/**/*.{c,h}",
27   "pod_target_xcconfig": {
28     "SWIFT_VERSION": "3",
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/**"
32   },
33   "preserve_paths": "CommonCrypto/iphoneos.modulemap",
34   "module_map": "CommonCrypto/iphoneos.modulemap"