[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / 0 / 7 / Busquets / 0.1.0 / Busquets.podspec.json
blob105a791889096051a7ee9205a6687c10a632d1b0
2   "name": "Busquets",
3   "version": "0.1.0",
4   "summary": "Simple Swift in-memory LRU cache",
5   "description": "Simple Swift in-memory LRU cache, named Busquets",
6   "homepage": "https://github.com/ushisantoasobu/Busquets",
7   "license": "MIT",
8   "authors": {
9     "ushisantoasobu": "babblemann.shunsee@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ushisantoasobu/Busquets.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/ushisantoasobu",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Busquets",
21   "resource_bundles": {
22     "Busquets": [
23       "Pod/Assets/*.png"
24     ]
25   }