[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 6 / f / tau_native / 9.0.0-alpha.12 / tau_native.podspec.json
blob3ba3e28596bd839026e366b6d6fc10a1ab1d4573
2   "name": "tau_native",
3   "version": "9.0.0-alpha.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 and can be used with other frameworks.",
6   "homepage": "https://github.com/canardoux/tau",
7   "license": {
8     "type": "GPL3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "larpoux": "larpoux@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/canardoux/tau_native.git",
16     "tag": "9.0.0-alpha.12"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "ios/Classes/*",
22   "frameworks": [
23     "AVFoundation",
24     "MediaPlayer"
25   ]