[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 1 / 6 / 5 / Edamame / 0.1.6 / Edamame.podspec.json
blob498b471b0ce4bc01b2ee94900b7c9986012980d0
2   "name": "Edamame",
3   "version": "0.1.6",
4   "summary": "Edamame makes UICollectionView easy to use.",
5   "description": "Edamame supports followings.\n- Easily specify Cell class based on section or each cell.\n- Culclate cell size in background thread. (yet)\n- You can use original layout.",
6   "homepage": "https://github.com/Matzo/Edamame",
7   "license": "MIT",
8   "authors": {
9     "Matzo": "ksk.matsuo@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Matzo/Edamame.git",
13     "tag": "0.1.6"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "Edamame": [
22       "Pod/Assets/*.png"
23     ]
24   }