[Add] AlibabacloudIntelligentCreation20240313 2.13.0
[CocoaPods.git] / Specs / d / 9 / 4 / CircleOfFifths / 0.0.4 / CircleOfFifths.podspec.json
blobc76795b05ac61526730ed9ecf9879755156d0dad
2   "name": "CircleOfFifths",
3   "version": "0.0.4",
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",
7   "license": "MIT",
8   "authors": {
9     "cemolcay": "ccemolcay@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.9",
14     "tvos": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/cemolcay/CircleOfFifths.git",
18     "tag": "0.0.4"
19   },
20   "source_files": "Source/*.swift",
21   "requires_arc": true,
22   "dependencies": {
23     "MusicTheorySwift": [
25     ]
26   }