[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 4 / 9 / d / TauEngine / 0.0.12 / TauEngine.podspec.json
blob758eb13abfa8d12262541cbb20908f414e5567a2
2   "name": "TauEngine",
3   "version": "0.0.12",
4   "summary": "Provides simple recorder and player functionalities for both Android and iOS platforms.",
5   "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.",
6   "homepage": "https://github.com/dooboolab/flutter_sound",
7   "license": {
8     "type": "LGPL",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "larpoux": "larpoux@canardoux.xyz"
13   },
14   "source": {
15     "git": "https://github.com/Canardoux/tau.git",
16     "tag": "Version-0.0.12"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "TauEngine/ios/TauEngine/Classes/**/*",
22   "frameworks": [
23     "AVFoundation",
24     "MediaPlayer"
25   ]