[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / a / 1 / SwiftGridView / 0.3.2 / SwiftGridView.podspec.json
blob1aee14827019c1de4670eb51df30036958221613
2   "name": "SwiftGridView",
3   "version": "0.3.2",
4   "summary": "A Swift based iOS implementation of a Data Grid component.",
5   "description": "Swift UICollectionView based data grid component. Currently only supports iOS9+ and Swift 3.0",
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.3.2"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "SwiftGridView/**/*",
20   "frameworks": "UIKit",
21   "pushed_with_swift_version": "3.0"