[Add] flutter_sound_core 9.19.0
[CocoaPods.git] / Specs / 2 / b / 4 / clang-librtmp / 1.0.0 / clang-librtmp.podspec.json
blob9e08637637089553a0529893ff3fe27c2f490eef
2   "name": "clang-librtmp",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "librtmp build for iOS",
6   "homepage": "https://github.com/chenhu1001/clang-librtmp",
7   "authors": {
8     "Min Kim": "chenhu1001@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/chenhu1001/clang-librtmp.git",
12     "tag": "1.0.0",
13     "submodules": true
14   },
15   "requires_arc": false,
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.8"
19   },
20   "public_header_files": [
21     "include/librtmp/{*}.h",
22     "include/openssl/{*}.h"
23   ],
24   "vendored_libraries": [
25     "lib/libcrypto.a",
26     "lib/libssl.a",
27     "lib/librtmp.a"
28   ],
29   "preserve_paths": [
30     "include/librtmp/*.h",
31     "include/openssl/*.h"
32   ],
33   "libraries": [
34     "ssl",
35     "crypto",
36     "rtmp"
37   ],
38   "xcconfig": {
39     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/clang-librtmp/include/**",
40     "LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/clang-librtmp/lib/**"
41   }