4 "swift_version": "4.2",
5 "summary": "Fully custumisable piano keyboard view with `@IBDesignable` properties in swift.",
6 "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 4+\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.",
7 "homepage": "https://github.com/cemolcay/PianoView",
10 "cemolcay": "ccemolcay@gmail.com"
18 "git": "https://github.com/cemolcay/PianoView.git",
21 "source_files": "Source/PianoView.swift",
23 "pod_target_xcconfig": {