blob: f3504454dbee15c664eb2a6f933fa60739e4d67c [file] [log] [blame]
{
"name": "AFOx264",
"version": "0.0.1",
"summary": "x264.",
"description": "x264 for iOS.",
"homepage": "https://github.com/PangDuTechnology/AFOx264.git",
"license": "MIT",
"authors": {
"PangDu": "xian312117@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/PangDuTechnology/AFOx264.git",
"tag": "0.0.1"
},
"source_files": "x264/include/*.h",
"header_mappings_dir": "x264/include",
"preserve_paths": "x264/**",
"vendored_libraries": "x264/lib/libx264.a",
"libraries": [
"c",
"c++",
"z",
"iconv",
"bz2"
],
"requires_arc": false,
"static_framework": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(SDKROOT)/x264/include/*.h\"",
"LIBRARY_SEARCH_PATHS": "\"$(SDKROOT)/x264/lib\""
}
}