blob: a4f5b82f4ef36dd18e8dfac2c8182df33d1cb3b5 [file] [log] [blame]
{
"name": "SMGridView",
"version": "1.0.0",
"summary": "UIScrollView subclass that uses methods similar to UITableView, UITableViewDataSource, and UITableViewDelegate.",
"homepage": "https://github.com/brewster/SMGridView",
"license": "MIT",
"authors": {
"Miguel Cohnen": "miguelcohnen@gmail.com",
"Sarah Lensing": "sarahlensing@gmail.com"
},
"source": {
"git": "https://github.com/brewster/SMGridView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": null
},
"source_files": "SMGridView/source/*.{h,m}",
"frameworks": [
"QuartzCore",
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": false
}