[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / 7 / f / 9 / PianoView / 0.0.1 / PianoView.podspec.json
blobddf9dc9057d43920dc266b71ed4e00156edc4d83
2   "name": "PianoView",
3   "version": "0.0.1",
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",
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/PianoView.git",
18     "tag": "0.0.1"
19   },
20   "source_files": "Source/PianoView.swift",
21   "requires_arc": true,
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "3"
24   },
25   "dependencies": {
26     "MusicTheorySwift": [
28     ]
29   },
30   "pushed_with_swift_version": "3.0"