4 "summary": "Fully custumisable piano keyboard view with `@IBDesignable` properties in swift.",
5 "description": "PianoView\n===\n\nFully custumisable piano keyboard view with `@IBDesignable` properties in swift.\n\n![alt tag](https://github.com/cemolcay/PianoView/blob/master/demo.png?raw=true)\n\nRequirements\n----\n\n* Swift 3+\n* iOS 8.0+\n* tvOS 9.0+\n* macOS 10.9+\n\nInstall\n----\n\n```\npod 'PianoView'\n```\n\nYou need to add this post installer script to your podfile in order to use @IBDesignable libraries with pods.\nMore information on this [cocoapods issue](https://github.com/CocoaPods/CocoaPods/issues/5334)\n\n```\npost_install do |installer|\ninstaller.pods_project.build_configurations.each do |config|\nconfig.build_settings['LD_RUNPATH_SEARCH_PATHS'] = ['$(FRAMEWORK_SEARCH_PATHS)']\nend\nend\n```\n\nUsage\n----\n\n* PianoView is just a regular UIView.\n* Either setup inside storyboard or initilize from code.\n* Draws desired key count in its view rectangle.\n* Could be draw notes on keys with or without octaves.\n* You could use octave to show pressed note in physical device.",
6 "homepage": "https://github.com/cemolcay/PianoView",
9 "cemolcay": "ccemolcay@gmail.com"
17 "git": "https://github.com/cemolcay/PianoView.git",
20 "source_files": "Source/PianoView.swift",
22 "pod_target_xcconfig": {
30 "pushed_with_swift_version": "3.0"