blob: d2f37ac133191aa9a744dd4aee3411140353df0c [file] [log] [blame]
{
"name": "NEDyldYuv",
"version": "0.0.1",
"homepage": "http://netease.im",
"summary": "Netease Libyuv framework.",
"license": {
"file": "LICENSE"
},
"authors": "Netease IM Team",
"source": {
"git": "https://github.com/Jadite/NEDyldYuv.git",
"tag": "0.0.1"
},
"source_files": [
"source",
"include/**/*.{h,cc,c}"
],
"libraries": "c++",
"public_header_files": "include/**/*.h",
"platforms": {
"ios": "9.0"
},
"xcconfig": {
"USER_HEADER_SEARCH_PATHS": [
"$(inherited)"
]
}
}