blob: 04d56957259dfa11c1f0da41a279b7e3ff79bfc8 [file] [log] [blame]
{
"name": "CrownControl",
"version": "0.1.0",
"summary": "A digital crown interface inspired by the Apple Watch Digital Crown.",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"requires_arc": true,
"description": "Inspired by the Apple Watch Digital Crown, CrownControl is an interface which controls scrollable content in your iOS apps.",
"homepage": "https://github.com/huri000/CrownControl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Huri": "huri000@gmail.com"
},
"source": {
"git": "https://github.com/huri000/CrownControl.git",
"tag": "0.1.0"
},
"source_files": "Source/**/*",
"frameworks": "UIKit",
"dependencies": {
"QuickLayout": [
"2.1.1"
]
}
}