blob: 2e26d1e20c4cc17ec4e19dc11f4044833066da86 [file] [log] [blame]
{
"name": "LongPressRecordButton",
"version": "1.0.2",
"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.2"
},
"source_files": [
"LongPressRecordButton",
"LongPressRecordButton/**/*.{swift}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}