blob: 44f3737eb8ea49dd736a680aea770f9d7894097e [file] [log] [blame]
{
"name": "EAMTextView",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "EAMTextView/*.{h,m}",
"frameworks": [
"UIKit",
"CoreGraphics"
],
"requires_arc": true
}