blob: a8b21db5b0605e76655cabda9bf4385d112aea41 [file] [log] [blame]
{
"name": "MTFittedScrollView",
"version": "0.0.1",
"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.0.1"
},
"platforms": {
"ios": "4.0"
},
"source_files": "MTFittedScrollView/MTFittedScrollView.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}