[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / 7 / 6 / mbedTLS / 2.9.0 / mbedTLS.podspec.json
blob6d9292cb644bb1a2d5fc098a9c6a93a84c9e57d6
2   "name": "mbedTLS",
3   "version": "2.9.0",
4   "summary": "mbed TLS is a lightweight, portable cryptography library written in C.",
5   "homepage": "https://github.com/ARMmbed/mbedtls",
6   "license": {
7     "type": "APACHE",
8     "file": "apache-2.0.txt"
9   },
10   "authors": "ARM Limited",
11   "source": {
12     "git": "https://github.com/ARMmbed/mbedtls.git",
13     "tag": "mbedtls-2.9.0"
14   },
15   "source_files": [
16     "library/**/*.c",
17     "include/**/*.h"
18   ],
19   "public_header_files": "include/**/*.h",
20   "header_dir": "mbedtls",
21   "pod_target_xcconfig": {
22     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/include\"",
23     "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO"
24   },
25   "requires_arc": false,
26   "platforms": {
27     "osx": null,
28     "ios": null,
29     "tvos": null,
30     "watchos": null
31   }