[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 2 / 5 / 8 / Eagle-iOS / 0.1.0 / Eagle-iOS.podspec.json
blob63260d78a3c43bc0edf9fe01e00887c9014fca12
2   "name": "Eagle-iOS",
3   "module_name": "Eagle",
4   "version": "0.1.0",
5   "license": {
6     "type": "Apache 2.0"
7   },
8   "summary": "iOS binding for Picovoice's Eagle speaker recognition engine",
9   "description": "Eagle is Picovoice's on-device speaker recognition engine.",
10   "homepage": "https://github.com/Picovoice/eagle/tree/master/binding/ios",
11   "authors": {
12     "Picovoice": "hello@picovoice.ai"
13   },
14   "source": {
15     "git": "https://github.com/Picovoice/eagle.git",
16     "tag": "Eagle-iOS-v0.1.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "vendored_frameworks": "lib/ios/PvEagle.xcframework",
23   "resources": "lib/common/eagle_params.pv",
24   "source_files": "binding/ios/*.{swift}",
25   "exclude_files": "binding/ios/EagleTestApp/**",
26   "swift_version": "5.0"