[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / b / 2 / SGImageCache / 2.3.0 / SGImageCache.podspec.json
blob53a83fc335543fa1a12e16379c8134b5666655a9
2   "name": "SGImageCache",
3   "version": "2.3.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": "2.3.0"
17   },
18   "source_files": "*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "SGHTTPRequest": [
22       "~> 1.7"
23     ],
24     "AFNetworking": [
26     ],
27     "MGEvents": [
28       "~> 1.1"
29     ],
30     "PromiseKit/Promise": [
31       "~> 1.5"
32     ]
33   }