blob: 270de6b64b3580f4be38ac4937b9b063288973dd [file] [log] [blame]
{
"name": "ASJExpandableTextView",
"version": "0.1",
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT"
},
"homepage": "https://github.com/sudeepjaiswal/ASJExpandableTextView",
"authors": {
"Sudeep Jaiswal": "sudeepjaiswal87@gmail.com"
},
"summary": "A UITextView with placeholder that can expand and contract according to its content",
"source": {
"git": "https://github.com/sudeepjaiswal/ASJExpandableTextView.git",
"tag": "0.1"
},
"source_files": "ASJExpandableTextView/{ASJ}*.{h,m}",
"resources": "ASJExpandableTextView/*.xib",
"requires_arc": true
}