[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / b / 2 / SGImageCache / 1.2.0 / SGImageCache.podspec.json
blob3fe8a59d9fb3aa44d9b61b89127c22c28daa2709
2   "name": "SGImageCache",
3   "version": "1.2.0",
4   "summary": "A lightweight iOS image cache.",
5   "homepage": "https://github.com/seatgeek/SGImageCache",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": "SeatGeek",
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/seatgeek/SGImageCache.git",
16     "tag": "1.2.0"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "SGHTTPRequest": [
22     ],
23     "MGEvents": [
25     ]
26   },
27   "default_subspecs": "base",
28   "subspecs": [
29     {
30       "name": "base",
31       "source_files": "*.{h,m}"
32     },
33     {
34       "name": "PromiseKit",
35       "dependencies": {
36         "PromiseKit/base": [
38         ],
39         "SGImageCache/base": [
41         ]
42       },
43       "source_files": "PromiseKit/*.{h,m}"
44     }
45   ]