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