blob: 5337c361eb01007057baab74de0aa5ec2b33b592 [file] [log] [blame]
{
"name": "RNSpokestack",
"version": "1.5.3",
"summary": "React Native bridge for Pylon's Spokestack speech processing pipeline",
"homepage": "https://www.pylon.com",
"authors": {
"RNSpokestack": "support@pylon.com"
},
"source": {
"git": "https://github.com/pylon/react-native-spokestack.git",
"tag": "1.5.3"
},
"license": {
"type": "Apache",
"file": "LICENSE"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.2",
"source_files": "ios/*.{h,m}",
"requires_arc": true,
"dependencies": {
"SpokeStack": [
"1.0.6"
],
"React": [
]
}
}