blob: 19ed800432b5788b94c12cfbbd7c26d7a9969dbb [file] [log] [blame]
{
"name": "AFOlibyuv",
"version": "0.0.2",
"license": "MIT",
"summary": "libyuv library for iOS",
"homepage": "https://github.com/PangDuTechnology/AFOlibyuv.git",
"authors": "The LibYuv Project Authors",
"source": {
"git": "https://github.com/PangDuTechnology/AFOlibyuv.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"description": "libyuv is an open source project that includes YUV scaling and conversion functionality.",
"vendored_libraries": "lib/*",
"requires_arc": false,
"subspecs": [
{
"name": "libyuv",
"source_files": [
"include/*.h",
"include/libyuv/*.h"
],
"public_header_files": [
"include/*.h",
"include/libyuv/*.h"
]
}
]
}