blob: 9b861e6c70d85882c344c76b769b1e4fe7730c5a [file] [log] [blame]
{
"name": "RNSpokestack",
"version": "1.4.2",
"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.4.2"
},
"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.1"
],
"React": [
]
}
}