blob: 14f869297bba94578973a79c7751aa626e272bf8 [file] [log] [blame]
{
"name": "CZPlaceholderTextView",
"version": "0.1.0",
"summary": "UITextView subclass with multiline placeholder support.",
"description": " `UITextView` subclass with multiline placeholder support.\n",
"homepage": "https://github.com/carezone/CZPlaceholderTextView",
"license": "MIT",
"authors": {
"Victor Ilyukevich": "ilyukevich.victor@gmail.com"
},
"source": {
"git": "https://github.com/carezone/CZPlaceholderTextView.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/carezone",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}