blob: d44054f30d78b514144e5215c99be04f397ef5a4 [file] [log] [blame]
{
"name": "SMGridView",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": null
},
"source_files": "SMGridView/source/*.{h,m}",
"frameworks": [
"QuartzCore",
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": false
}