blob: 91fa91af7ab06acfda61950a279dd0fab1e85b97 [file] [log] [blame]
{
"name": "YLTextView",
"version": "0.2",
"summary": "UITextView subclass with placeholder.",
"description": "UITextView subclass with placeholder, it supports Arabic language which is Right-To-Left.",
"homepage": "https://github.com/liyong03/YLTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liyong03": "liyong03@gmail.com"
},
"social_media_url": "http://twitter.com/liyong03",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/liyong03/YLTextView.git",
"tag": "0.2"
},
"source_files": [
"YLTextView",
"YLTextView/**/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}