blob: a34891e3dbe71dfabcc8090c85e642e9221a18bb [file] [log] [blame]
{
"name": "flauto_engine_ios",
"version": "1.0.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 extracted 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": "flauto_engine_1.0.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "flauto_engine/ios/flauto_engine/Classes/**/*",
"frameworks": [
"AVFoundation",
"MediaPlayer"
]
}