blob: 456f6d17a95312d217c80e1a84f00aea7c9aedca [file] [log] [blame]
{
"name": "RNSpokestack",
"version": "1.2.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.2.2"
},
"license": {
"type": "Apache",
"file": "LICENSE"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.2",
"source_files": "ios/*.{h,m}",
"requires_arc": true,
"dependencies": {
"SpokeStack": [
"0.1.1"
],
"React": [
]
}
}