blob: 7fed09d4a1d2b16984182f1f8ef5983a9ec9673e [file] [log] [blame]
{
"name": "RNSpokestack",
"version": "3.0.0",
"summary": "React Native bridge for the Spokestack speech processing pipeline",
"homepage": "https://www.spokestack.io",
"authors": {
"RNSpokestack": "support@spokestack.com"
},
"source": {
"git": "https://github.com/spokestack/react-native-spokestack.git",
"tag": "3.0.0"
},
"license": {
"type": "Apache",
"file": "LICENSE"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.0",
"source_files": "ios/*.{h,m}",
"requires_arc": true,
"static_framework": true,
"dependencies": {
"Spokestack-iOS": [
"9.0.1"
],
"React": [
]
},
"swift_version": "5.0"
}