blob: f2cf7057c804f404250ca74fabdec4d9a76f39cc [file] [log] [blame]
{
"name": "ESPPlaceholderTextView",
"version": "1.0.2",
"summary": "A custom UITextView with placeholder control.",
"description": " ESPPlaceholderTextView can easily imported and used in your code.\n\n [Or can be used directly in your storyboard](https://www.youtube.com/watch?v=HLOBhqwjdQ8)\n\n",
"homepage": "https://github.com/xorna/ESPPlaceholderTextView",
"license": "MIT",
"authors": {
"André Gustavo Espeiorin": "andre.espeiorin@gmail.com"
},
"source": {
"git": "https://github.com/xorna/ESPPlaceholderTextView.git",
"tag": "1.0.2"
},
"social_media_url": "https://twitter.com/espeiorin",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes/ios",
"ios": {
"exclude_files": "Classes/osx"
},
"public_header_files": "Classes/**/*.h"
}