blob: 3493b5197f478b2432f606698508e9273d37968d [file] [log] [blame]
{
"name": "GrowingTextView",
"version": "0.1.1",
"summary": "Growing UITextView",
"description": "This cocoapods provide a subclass of UITextView which support auto growing height.",
"homepage": "https://github.com/BigSmallDog/GrowingTextView",
"license": "MIT",
"authors": {
"BigSmallDog": "doglittlebig@gmail.com"
},
"source": {
"git": "https://github.com/BigSmallDog/GrowingTextView.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GrowingTextView": [
"Pod/Assets/*.png"
]
}
}