blob: 1dd57506b676263ec21d390b4785fa0ae4a309f3 [file] [log] [blame]
{
"name": "QKForms",
"version": "0.0.6",
"summary": "Move text fields and text views out of the way of the keyboard and expand text views to fit their text. Device orientation agnostic.",
"description": " A longer description of QKForms in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/QuantumKing/QKForms",
"screenshots": "https://raw.githubusercontent.com/QuantumKing/QKForms/master/QKFormsDemo/screenshots/textview.png",
"license": {
"type": "MIT",
"file": "license.txt"
},
"authors": {
"Eric Webster": "eric.webster.123@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/QuantumKing/QKForms.git",
"tag": "v0.0.6"
},
"source_files": [
"QKForms/*.{h,m}",
"QKForms/Categories/*.{h,m}"
],
"requires_arc": true
}