[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 7 / e / 1 / DoricMedia / 0.1.0 / DoricMedia.podspec.json
blobc79dd7a909df2ca16f1640ec024d12241f58791c
2   "name": "DoricMedia",
3   "version": "0.1.0",
4   "summary": "doric official media library.",
5   "description": "A powerful media framework & library built for doric.",
6   "homepage": "https://github.com/doric-pub/doriclib-media",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jingpeng": "jingpeng.wang@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/doric-pub/doriclib-media.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "iOS/DoricMedia/Classes/**/*",
22   "xcconfig": {
23     "VALID_ARCHS": "armv7s arm64 x86_64"
24   },
25   "public_header_files": "iOS/DoricMedia/Classes/**/*.h",
26   "vendored_frameworks": "iOS/MediaPlayerFramework.framework",
27   "dependencies": {
28     "DoricCore": [
30     ]
31   }