[Add] TappSDK 1.0.42
[CocoaPods.git] / Specs / e / 9 / 8 / Grids / 0.0.2 / Grids.podspec.json
blob2dd1a2cd747b7a74e7945ebe58d60b92c0ee9840
2   "name": "Grids",
3   "version": "0.0.2",
4   "summary": "🏁 Grid layout, making views equidistant. Base on SnapKit. Support: https://LeoDev.me",
5   "homepage": "https://github.com/iTofu/Grids",
6   "screenshots": "https://raw.githubusercontent.com/iTofu/Grids/master/DemoImages/GridsDemo.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/Grids.git",
15     "tag": "0.0.2"
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"