blob: a5ec485e4e83d7c6d4289a8632bd721beb753865 [file] [log] [blame]
{
"name": "YMAutoGrowingTextView",
"version": "0.1.3",
"summary": "A text view that supports auto growing when text is too long.",
"description": "YMAutoGrowingTextView is a text view that supports auto growing when text is too long.",
"homepage": "https://github.com/satgi/YMAutoGrowingTextView",
"screenshots": "https://raw.githubusercontent.com/satgi/YMAutoGrowingTextView/master/ScreenShots/ScreenShot.png",
"license": "MIT",
"authors": {
"satgi": "sanntgi@gmail.com"
},
"source": {
"git": "https://github.com/satgi/YMAutoGrowingTextView.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"YMAutoGrowingTextView": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"CoreGraphics"
]
}