blob: 8780a94630a069cb74e088a34d3256a49db45917 [file] [log] [blame]
{
"name": "EAMTextView",
"version": "0.0.4",
"summary": "EAMTextView is UITextView subclass that adds placeholder and vertical autoresizing support.",
"homepage": "https://github.com/mouhcine/EAMTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mouhcine El Amine": "mouhcine.elamine@icloud.com"
},
"source": {
"git": "https://github.com/mouhcine/EAMTextView.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "5.0"
},
"source_files": "EAMTextView/*.{h,m}",
"frameworks": [
"UIKit",
"CoreGraphics"
],
"requires_arc": true
}