2 "name": "CircleOfFifths",
4 "summary": "Fully customisable IBDesignable circle of fifths implementation.",
5 "description": "CircleOfFifths\n===\n\nFully customisable IBDesignable circle of fifths implementation.\n\n![alt tag](https://github.com/cemolcay/CircleOfFifths/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 'CircleOfFifths'\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* CircleOfFifths just a regular `UIView` subclass with custom `CALayer` drawing with customisable `@IBInspectable` properties.\n* It can render any `Scale` type in any key of this [music theory library](https://github.com/cemolcay/MusicTheory).\n* Just set the `scale` parameter in order to change scale and/or key of circle.\n* Also draws another customisable circle below to show related major, minor and diminished chords of the scale in circle.\n\nCredits\n----\n\n* Thanks to http://randscullard.com/CircleOfFifths/",
6 "homepage": "https://github.com/cemolcay/CircleOfFifths",
9 "cemolcay": "ccemolcay@gmail.com"
17 "git": "https://github.com/cemolcay/CircleOfFifths.git",
20 "source_files": "Source/*.swift",