[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 7 / 6 / mbedTLS / 2.8.0 / mbedTLS.podspec.json
blob13372bbd7b2000ce4ba1f4f4e4ad60def5b4228f
2   "name": "mbedTLS",
3   "version": "2.8.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.8.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   }