blob: d49c3e9395c26ad3d18caff05fc09b24f028913c [file] [log] [blame]
{
"name": "APExpandingTextView",
"version": "0.1.0",
"summary": "Simple Extension of UITextView that automatically extends the height of the textview while typing",
"description": " Simple Extension of UITextView that automatically extends the height of the textview while typing\n\n * Super simple to use, just treat it like a normal UITextView and it will do the rest\n * Before And After Expansion Delegate Methods\n",
"homepage": "https://github.com/aadeshp/APExpandingTextView",
"license": "MIT",
"authors": {
"Aadesh Patel": "aadeshp95@gmail.com"
},
"source": {
"git": "https://github.com/aadeshp/APExpandingTextView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}