blob: ea77600bf821cf8e50d64e93d6c9238efa59c3a6 [file] [log] [blame]
{
"name": "IRPlayer",
"version": "0.2.4",
"summary": "A powerful video player of iOS.",
"description": "A powerful video player of iOS.",
"homepage": "https://github.com/irons163/IRPlayer.git",
"license": "MIT",
"authors": "irons163",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/irons163/IRPlayer.git",
"tag": "0.2.4"
},
"source_files": "IRPlayer/**/*.{h,m}",
"exclude_files": "**/ThirdParty/ffmpeg/include/**/*.h",
"dependencies": {
"IRFFMpeg": [
]
},
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/IRFFMpeg/include\" \"$(PODS_ROOT)/IRPlayer/IRFFMpeg\"",
"GCC_PREPROCESSOR_DEFINITIONS": "IRPLATFORM_TARGET_OS_IPHONE_OR_TV IRPLATFORM_TARGET_OS_MAC_OR_IPHONE",
"OTHER_LDFLAGS": "${inherited}",
"ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)"
},
"user_target_xcconfig": {
"VALID_ARCHS": "arm64 armv7"
},
"libraries": [
"z",
"iconv",
"bz2",
"lzma"
]
}