blob: e84ba26941c5ce99d7351c47655baa84093e0738 [file] [log] [blame]
{
"name": "InstantSearchVoiceOverlay",
"module_name": "InstantSearchVoiceOverlay",
"version": "0.2.0",
"summary": "A beautiful voice overlay widget that records the user's voice input",
"homepage": "https://github.com/algolia/voice-overlay-ios",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Algolia": "contact@algolia.com"
},
"source": {
"git": "https://github.com/algolia/voice-overlay-ios.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/algolia",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"swift_version": "4.2",
"source_files": [
"VoiceOverlay/**/*.{swift}"
],
"resources": [
"VoiceOverlay/Views/Assets.xcassets",
"VoiceOverlay/Sound/*"
]
}