blob: eb20a8180c1bcaddb983e9fbf611bed616bd0363 [file] [log] [blame]
{
"name": "InstantSearchVoiceOverlay",
"module_name": "InstantSearchVoiceOverlay",
"version": "1.0.0-beta2",
"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": "1.0.0-beta2"
},
"social_media_url": "https://twitter.com/algolia",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"swift_version": "4.2",
"source_files": [
"VoiceOverlay/**/*.{swift}"
],
"resources": [
"VoiceOverlay/Views/Assets.xcassets",
"VoiceOverlay/Sound/*"
]
}