[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / a / 1 / SwiftGridView / 0.2.0 / SwiftGridView.podspec.json
blob6e07d572fe8ba857cec75c3d838cb156ce9395f4
2   "name": "SwiftGridView",
3   "version": "0.2.0",
4   "summary": "An iOS implementation of a Data Grid component.",
5   "description": "Swift UICollectionView based data grid component. Currently only supports iOS9+",
6   "homepage": "https://github.com/nlampi/SwiftGridView",
7   "license": "MIT",
8   "authors": {
9     "Nathan Lampi": "nate@nathanlampi.com"
10   },
11   "source": {
12     "git": "https://github.com/nlampi/SwiftGridView.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "SwiftGridView/**/*",
20   "frameworks": "UIKit"