blob: a9f82a48417014f82083b38fb8e13b963fad87bc [file] [log] [blame]
{
"name": "JCAVURLPlayer",
"version": "1.0.0",
"summary": "A short description of JCAVURLPlayer.",
"description": "网络播放器",
"homepage": "https://github.com/baby-007/JCAVURLPlayer",
"license": "MIT",
"authors": {
"liaojianhua": "1371243950@qq.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/baby-007/JCAVURLPlayer.git",
"tag": "1.0.0"
},
"source_files": "AVURLPlayer/**/*.{h,m}",
"frameworks": [
"UIKit",
"AVFoundation",
"Foundation",
"CoreServices"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/CommonCrypto"
}
}