[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / 3 / VideoCast / 0.0.1 / VideoCast.podspec.json
blob36e3ed9c58506764a0d056da95fdbafa0399bf45
2   "name": "VideoCast",
3   "version": "0.0.1",
4   "license": "MIT",
5   "summary": "A framework for broadcasting live video",
6   "homepage": "https://github.com/openfresh/VideoCast-Swift",
7   "authors": {
8     "Tomohiro Matsuzawa": "thmatuza75@hotmail.com"
9   },
10   "source": {
11     "git": "https://github.com/openfresh/VideoCast-Swift.git",
12     "tag": "0.0.1"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source_files": [
18     "Source/**/*.swift",
19     "SRT/*.{h,cpp}",
20     "SRT/Includes/*.h"
21   ],
22   "public_header_files": [
23     "SRT/Includes/*.h",
24     "SRT/udt_wrapper.h"
25   ],
26   "vendored_libraries": "SRT/*.a",
27   "frameworks": [
28     "VideoToolbox",
29     "AudioToolbox",
30     "AVFoundation",
31     "CFNetwork",
32     "CoreMedia",
33     "CoreVideo",
34     "OpenGLES",
35     "Foundation",
36     "CoreGraphics"
37   ],
38   "libraries": "c++",
39   "pod_target_xcconfig": {
40     "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO"
41   },
42   "pushed_with_swift_version": "4.0"