blob: c7684e21030691da1e2e4e767532dcab6112df74 [file] [log] [blame]
{
"name": "Keynode",
"version": "0.1.2",
"summary": "Interactive Keyboard Controller for Swift",
"homepage": "https://github.com/KyoheiG3/Keynode",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyohei Ito": "je.suis.kyohei@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/KyoheiG3/Keynode.git",
"tag": "0.1.2"
},
"source_files": "Keynode/**/*.{h,swift}",
"requires_arc": true,
"frameworks": "UIKit"
}