blob: 8721c5f15fdc1e97b838bc19fe287eee36ffb590 [file] [log] [blame]
{
"name": "CrownControl",
"version": "1.0.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 can control 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": "1.0.0"
},
"source_files": "Source/**/*",
"frameworks": "UIKit",
"dependencies": {
"QuickLayout": [
"2.1.1"
]
}
}