blob: 20fd6203e03a2fb07a4b4053d4153b3de34a8d2d [file] [log] [blame]
{
"name": "AVFoundationHelperRx",
"version": "0.2.0",
"summary": "AVFoundation helper classes which uses RxSwift",
"description": "AVFoundationHelperRx is AVFoundation helper classes which uses RxSwift for managing AVAssets and so on. These are used in turn by iOS specific classes..",
"homepage": "https://github.com/hadanischal/AVFoundationHelperRx.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hadanischal@gmail.com": "hadanischal@gmail.com"
},
"source": {
"git": "https://github.com/hadanischal/AVFoundationHelperRx.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/neeschalhada",
"swift_versions": "5.1",
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"source_files": "AVFoundationHelperRx/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 5.0.1"
],
"RxCocoa": [
"~> 5.0.1"
]
},
"swift_version": "5.1"
}