blob: 957e376730850dae8d813e83c6a4f1aa93edc899 [file] [log] [blame]
{
"name": "TauEngine",
"version": "0.0.1+15",
"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+15"
},
"platforms": {
"ios": "10.0"
},
"source_files": "TauEngine/ios/TauEngine/Classes/**/*",
"frameworks": [
"AVFoundation",
"MediaPlayer"
]
}