blob: c79dd7a909df2ca16f1640ec024d12241f58791c [file] [log] [blame]
{
"name": "DoricMedia",
"version": "0.1.0",
"summary": "doric official media library.",
"description": "A powerful media framework & library built for doric.",
"homepage": "https://github.com/doric-pub/doriclib-media",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"jingpeng": "jingpeng.wang@outlook.com"
},
"source": {
"git": "https://github.com/doric-pub/doriclib-media.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "iOS/DoricMedia/Classes/**/*",
"xcconfig": {
"VALID_ARCHS": "armv7s arm64 x86_64"
},
"public_header_files": "iOS/DoricMedia/Classes/**/*.h",
"vendored_frameworks": "iOS/MediaPlayerFramework.framework",
"dependencies": {
"DoricCore": [
]
}
}