blob: 4069e233e97d03db2a82a70a3fc2affddcd19fbb [file] [log] [blame]
{
"name": "TauEngine",
"version": "0.0.1+17",
"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 and can be used with other frameworks.",
"homepage": "https://github.com/Canardoux/tau",
"license": {
"type": "LGPL",
"file": "LICENSE"
},
"authors": {
"larpoux": "larpoux@gmail.com"
},
"source": {
"git": "https://github.com/Canardoux/tau.git",
"tag": "0.0.1+17"
},
"platforms": {
"ios": "10.0"
},
"source_files": "TauEngine/ios/TauEngine/Classes/**/*",
"frameworks": [
"AVFoundation",
"MediaPlayer"
]
}