blob: 6ba70bdc8db19ec7f21ca7320b3cb9b103fe11f7 [file] [log] [blame]
{
"name": "Libyuv",
"version": "1703.1",
"summary": "libyuv built for iOS",
"description": "libyuv is an open source project by The Chromium Authors that includes YUV scaling and conversion functionality.",
"homepage": "https://github.com/MrAlek/libyuv-ios",
"license": {
"type": "BSD-2",
"file": "LICENSE"
},
"authors": {
"Alek Åström": "alek.astrom@gmail.com"
},
"social_media_url": "https://twitter.com/MisterAlek",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/MrAlek/libyuv-ios.git",
"tag": "1703.1"
},
"source_files": [
"headers/*.h",
"headers/libyuv/*.h"
],
"public_header_files": [
"headers/*.h",
"headers/libyuv/*.h"
],
"vendored_libraries": "lib/*.a",
"requires_arc": false
}