[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 7 / b / 2 / SGImageCache / 3.0.0 / SGImageCache.podspec.json
blob1b4279dd3b2ed428eac264585197f598e7d5a9cb
2   "name": "SGImageCache",
3   "version": "3.0.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": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/seatgeek/SGImageCache.git",
16     "tag": "3.0.0"
17   },
18   "source_files": "*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "SGHTTPRequest/Core": [
22       "~> 1.9"
23     ],
24     "MGEvents": [
25       "~> 1.2"
26     ],
27     "PromiseKit/Promise": [
28       "~> 1.5"
29     ]
30   }