[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 2 / d / flauto_engine_ios / 0.0.4 / flauto_engine_ios.podspec.json
blob0031c9ea88ebeb182f0c40619d491ef07bcd8570
2   "name": "flauto_engine_ios",
3   "version": "0.0.4",
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/flauto.git",
16     "tag": "flauto_engine_0.0.4"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "flauto_engine/ios/flauto_engine/Classes/**/*",
22   "frameworks": [
23     "AVFoundation",
24     "MediaPlayer"
25   ]