[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / c / e / SFLiveManager / 0.1.0 / SFLiveManager.podspec.json
blobf6116c82595f7633145c5eac0a1e8dd30543a66e
2   "name": "SFLiveManager",
3   "version": "0.1.0",
4   "summary": "A short description of SFLiveManager.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/nemoleo/SFLiveManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lee": "nemoleo@yeah.met"
13   },
14   "source": {
15     "git": "https://github.com/nemoleo/SFLiveManager.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SFLiveManager/Classes/**/*.h",
22   "public_header_files": "SFLiveManager/Classes/**/*.h",
23   "preserve_paths": [
24     "ffmpeg/include/*.h",
25     "openssl/include/*.h",
26     "osl/include/*.h"
27   ],
28   "vendored_libraries": [
29     "SFLiveManager/Library/**/*.a",
30     "osl/*.a",
31     "openssl/libs/*.a",
32     "ffmpeg/lib/*.a"
33   ],
34   "frameworks": [
35     "Foundation",
36     "AVFoundation",
37     "VideoToolbox",
38     "AudioToolbox",
39     "CoreTelephony",
40     "OpenAL",
41     "UIKit",
42     "CoreMotion"
43   ],
44   "libraries": [
45     "stdc++",
46     "c++",
47     "iconv",
48     "resolv"
49   ],
50   "pod_target_xcconfig": {
51     "ENABLE_BITCODE": "NO"
52   },
53   "user_target_xcconfig": {
54     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
55     "CLANG_CXX_LIBRARY": "libc++",
56     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/SFLiveManager/ffmpeg/include ${PODS_ROOT}/SFLiveManager/osl/include ${PODS_ROOT}/SFLiveManager/openssl/include"
57   }