blob: 0d57358aa7d1164b1500e08c8f468d38814ed932 [file] [log] [blame]
{
"name": "RBScrollTextView",
"version": "1.0.0",
"summary": "A horizontal scroll text view",
"description": "A horizontal scroll text view which can be cofiged in xib or storyboard",
"homepage": "https://github.com/robinmo/RBScrollTextView",
"license": "MIT",
"authors": {
"Robinmo": "robinglb@outlook.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/robinmo/RBScrollTextView.git",
"tag": "1.0.0"
},
"source_files": "ScrollTextView/ScrollTextView/RBScrollTextView/*.{h,m}",
"requires_arc": true
}