blob: 002b092977f28d631210a05f8d23aa39a263b4b7 [file] [log] [blame]
{
"name": "HKVideoRangeSlider",
"version": "0.5.1",
"summary": "A range slider for trimming multiple videos. (swift 5)",
"description": "Full configurable video thumbnails view for trimming multiple videos.\nYou can easily specify the video range with this framework.\n\nFeatures\n- Scrollable thumbnails\n- Support multiple video tracks\n- Includes position indicator\n- Customize appearances",
"homepage": "https://github.com/hirohitokato/HKVideoRangeSlider",
"platforms": {
"ios": "12.4"
},
"swift_versions": "5.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Kato Hirohito",
"social_media_url": "https://twitter.com/hkato193",
"source": {
"git": "https://github.com/hirohitokato/HKVideoRangeSlider.git",
"tag": "0.5.1"
},
"source_files": "Framework/Sources/**/*.{h,swift}",
"pod_target_xcconfig": {
"SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"frameworks": "UIKIt",
"resources": "Framework/Sources/**/*.xcassets",
"swift_version": "5.0"
}