blob: 9c4ff6874dcf84eb403efdd43cb3070a81e6b452 [file] [log] [blame]
{
"name": "tau_core",
"version": "6.4.8+8",
"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": "6.4.8+8"
},
"platforms": {
"ios": "10.0"
},
"source_files": "tau_core/ios/Classes/*",
"frameworks": [
"AVFoundation",
"MediaPlayer"
]
}