[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / b / 2 / SGImageCache / 2.4.0 / SGImageCache.podspec.json
blob453c07bef09f6214c463d21a6f1aaaa8bc9dda4b
2   "name": "SGImageCache",
3   "version": "2.4.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     "watchos": "2.0"
14   },
15   "source": {
16     "git": "https://github.com/seatgeek/SGImageCache.git",
17     "tag": "2.4.0"
18   },
19   "source_files": "*.{h,m}",
20   "requires_arc": true,
21   "dependencies": {
22     "SGHTTPRequest/Core": [
23       "~> 1.8"
24     ],
25     "AFNetworking": [
27     ],
28     "MGEvents": [
29       "~> 1.1"
30     ],
31     "PromiseKit/Promise": [
32       "~> 1.5"
33     ]
34   }