4 "summary": "c++ cryptopp framework for ios",
5 "description": "This pod serves as just includer of c++ cryptopp library, but it doesn't contain any swift or obj-c code.",
6 "homepage": "https://gitlab.com/killalad/cryptopp-ios",
12 "killalad": "martin.georgiu@gmail.com"
15 "git": "https://gitlab.com/killalad/cryptopp-ios",
18 "user_target_xcconfig": {
19 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
21 "pod_target_xcconfig": {
22 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27 "swift_versions": "4.0",
28 "preserve_paths": "cryptopp.framework",
29 "vendored_frameworks": "cryptopp.framework",
32 "OTHER_LDFLAGS": "-framework cryptopp"
34 "source_files": "cryptopp.framework/Headers/**/*{.h,.hpp}",
35 "public_header_files": "cryptopp.framework/Headers/**/*{.h,.hpp}",
36 "header_dir": "cryptopp",
37 "header_mappings_dir": "cryptopp.framework/Headers/",
38 "swift_version": "4.0"