[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / 0 / 3 / VideoCast / 0.1.5 / VideoCast.podspec.json
blobedaa030342e98818bc265ce73b96da60e3ae68a1
2   "name": "VideoCast",
3   "version": "0.1.5",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A framework for broadcasting live video",
9   "homepage": "https://github.com/openfresh/VideoCast-Swift",
10   "authors": {
11     "Tomohiro Matsuzawa": "thmatuza75@hotmail.com"
12   },
13   "source": {
14     "git": "https://github.com/openfresh/VideoCast-Swift.git",
15     "tag": "0.1.5"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": [
21     "Source/**/*.{swift,h,metal}",
22     "SRT/*.{h,cpp}",
23     "SRT/Includes/*.h"
24   ],
25   "public_header_files": [
26     "SRT/Includes/*.h",
27     "SRT/udt_wrapper.h",
28     "Source/System/ShaderDefinitions.h"
29   ],
30   "vendored_libraries": "SRT/*.a",
31   "libraries": "c++",
32   "pod_target_xcconfig": {
33     "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO"
34   },
35   "cocoapods_version": ">= 1.4.0",
36   "swift_versions": "5.0",
37   "swift_version": "5.0"