blob: 9ac6842e10c822f4b20fb88b7eedd38d03f3fc04 [file] [log] [blame]
{
"name": "flauto_engine_ios",
"version": "0.1.1",
"summary": "Provides simple recorder and player functionalities for both Android and iOS platforms.",
"description": "This plugin provides simple recorder and player functionalities for both Android and iOS platforms.\nThis code was originally inside the flutter_sound/ios directory.\nIt has been exacted to be isolated from Flutter ans can be used with other frameworks.",
"homepage": "https://github.com/dooboolab/flutter_sound",
"license": {
"type": "LGPL",
"file": "LICENSE"
},
"authors": {
"larpoux": "larpoux@canardoux.xyz"
},
"source": {
"git": "https://github.com/Canardoux/flauto.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "12.0"
},
"source_files": "flauto_engine/ios/flauto_engine/Classes/**/*",
"frameworks": [
"AVFoundation",
"MediaPlayer"
]
}