[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 9 / 8 / Grids / 0.0.1 / Grids.podspec.json
blobf1a1a1d5a74bd57db721424dfeda47eeee0e4e15
2   "name": "Grids",
3   "version": "0.0.1",
4   "summary": "🏁 Grid layout, making views equidistant. Base on SnapKit. Support: https://LeoDev.me",
5   "homepage": "https://github.com/iTofu/Grid",
6   "screenshots": "https://raw.githubusercontent.com/iTofu/Grid/master/DemoImages/GirdDemo.png",
7   "license": "MIT",
8   "platforms": {
9     "ios": "8.0",
10     "tvos": "9.0",
11     "osx": "10.11"
12   },
13   "source": {
14     "git": "https://github.com/iTofu/Grid.git",
15     "tag": "0.0.1"
16   },
17   "source_files": "Sources/*.swift",
18   "requires_arc": true,
19   "authors": {
20     "Leo": "leodaxia@gmail.com"
21   },
22   "social_media_url": "https://LeoDev.me",
23   "dependencies": {
24     "SnapKit": [
25       "~> 3.2.0"
26     ]
27   },
28   "pod_target_xcconfig": {
29     "SWIFT_VERSION": "3.0"
30   },
31   "pushed_with_swift_version": "3.0"