blob: 8ad8af1a0d227f353ee12700cca6cecda1d66c63 [file] [log] [blame]
{
"name": "TFY_PlayerToolsKit",
"version": "2.1.0",
"summary": "视频播放器主要使用工具封装",
"description": "视频播放器主要使用工具封装",
"homepage": "https://github.com/13662049573/TFY_PlayerTools",
"license": "MIT",
"authors": {
"tfyzxc13662049573": "420144542@qq.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/13662049573/TFY_PlayerTools.git",
"tag": "2.1.0"
},
"source_files": "TFY_PlayerTools/TFY_PlayerToolsKit/TFY_PlayerToolsKit.h",
"resources": "TFY_PlayerTools/TFY_PlayerToolsKit/videoImages.bundle",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include"
},
"requires_arc": true,
"subspecs": [
{
"name": "TFY_PlayerTool",
"source_files": "TFY_PlayerTools/TFY_PlayerToolsKit/TFY_PlayerTool/**/*.{h,m}"
},
{
"name": "TFY_PlayerView",
"dependencies": {
"TFY_PlayerToolsKit/TFY_PlayerTool": [
]
},
"source_files": "TFY_PlayerTools/TFY_PlayerToolsKit/TFY_PlayerView/**/*.{h,m}"
}
]
}