[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / 5 / 6 / 4 / EVTGridLayoutView / 0.1.0 / EVTGridLayoutView.podspec.json
blob236b5f48de50ed64fd6c6d20f2fe3255c65fedb4
2   "name": "EVTGridLayoutView",
3   "version": "0.1.0",
4   "summary": "A Simple Grid Layout View for iOS",
5   "description": "A Simple Grid Layout View for iOS , using Masonry internal. \nEVTGridLayoutView support two main layout : Horizontal and Vertical , and \nsix modes. See homepage for more information.",
6   "homepage": "https://github.com/everettjf/EVTGridLayoutView",
7   "license": "MIT",
8   "authors": {
9     "everettjf": "everettjf@live.com"
10   },
11   "source": {
12     "git": "https://github.com/everettjf/EVTGridLayoutView.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "EVTGridLayoutView": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "Masonry": [
27       "~> 0.6"
28     ]
29   }