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