blob: 3450e48a0904322849fa33e4ca26a8c7634882c5 [file] [log] [blame]
{
"name": "LongPressRecordButton",
"version": "1.0.1",
"summary": "Simple and easy-to-use record button for iOS, that enforces a long press, similar to Instagram",
"description": "Simple and easy-to-use record button for iOS, that enforces a long press (and shows a tooltip when short-pressed) \nsimilar to the Instagram app.",
"homepage": "https://github.com/mkoehnke/LongPressRecordButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Mathias Köhnke",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/mkoehnke/LongPressRecordButton.git",
"tag": "1.0.1"
},
"source_files": [
"LongPressRecordButton",
"LongPressRecordButton/**/*.{swift}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}