[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / f / 1 / cryptopp / 0.0.3 / cryptopp.podspec.json
blob55185a2c76753c2aa2c0c1c92628e683baf81cc6
2   "name": "cryptopp",
3   "version": "0.0.3",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "killalad": "martin.georgiu@gmail.com"
13   },
14   "source": {
15     "git": "https://gitlab.com/killalad/cryptopp-ios",
16     "tag": "0.0.3"
17   },
18   "user_target_xcconfig": {
19     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
20   },
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "platforms": {
25     "ios": "9.0"
26   },
27   "swift_versions": "4.0",
28   "preserve_paths": "cryptopp.framework",
29   "vendored_frameworks": "cryptopp.framework",
30   "libraries": "c++",
31   "xcconfig": {
32     "OTHER_LDFLAGS": "-framework cryptopp"
33   },
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"