blob: 8a10ea191e3c7ff2c78fa38dbb346533b9c0b16d [file] [log] [blame]
{
"name": "ABVideoRangeSlider-SWIFT-5",
"version": "1.0.0",
"summary": "A simple range slider for trimming videos written in Swift 5. Includes a Progress Indicator.",
"description": "Display thumbnails and a slider for trimming videos in iOS. Includes a Progress Indicator. This was initially written in SWIFT 3, but now we updated it to SWIFT 5.",
"homepage": "https://github.com/dev-shanghai/ABVideoRangeSlider.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oscar J. Irun": "oscarjiv91@gmail.com"
},
"source": {
"git": "https://github.com/dev-shanghai/ABVideoRangeSlider.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/AppsBoulevard",
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"source_files": "ABVideoRangeSlider/Classes/**/*.swift",
"resource_bundles": {
"ABVideoRangeSlider": [
"ABVideoRangeSlider/Assets/*.png"
]
},
"swift_version": "5.0"
}