[Add] ReerCodable 1.1.2
[CocoaPods.git] / Specs / a / 8 / 9 / SMGridView / 1.0.0 / SMGridView.podspec.json
bloba4f5b82f4ef36dd18e8dfac2c8182df33d1cb3b5
2   "name": "SMGridView",
3   "version": "1.0.0",
4   "summary": "UIScrollView subclass that uses methods similar to UITableView, UITableViewDataSource, and UITableViewDelegate.",
5   "homepage": "https://github.com/brewster/SMGridView",
6   "license": "MIT",
7   "authors": {
8     "Miguel Cohnen": "miguelcohnen@gmail.com",
9     "Sarah Lensing": "sarahlensing@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/brewster/SMGridView.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": null
17   },
18   "source_files": "SMGridView/source/*.{h,m}",
19   "frameworks": [
20     "QuartzCore",
21     "UIKit",
22     "Foundation",
23     "CoreGraphics"
24   ],
25   "requires_arc": false