blob: 2f04bd3b24fbe1a1c5e6796bd1fc038089f1bde1 [file] [log] [blame]
{
"name": "MTFittedScrollView",
"version": "0.1.0",
"summary": "A UIScrollView subclass that resizes itself to fit around its content.",
"homepage": "https://github.com/mysterioustrousers/MTFittedScrollView",
"license": "MIT",
"authors": {
"Adam Kirk": "atomkirk@gmail.com"
},
"source": {
"git": "https://github.com/mysterioustrousers/MTFittedScrollView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "4.0"
},
"source_files": "MTFittedScrollView/MTFittedScrollView.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}