[Add] nashidVerifySDK 1.0.16
[CocoaPods.git] / Specs / 1 / d / 7 / GSLargeImage / 0.0.1 / GSLargeImage.podspec.json
blobb120c36bc27e251f09939baa4b691e42d7f739f8
2   "name": "GSLargeImage",
3   "version": "0.0.1",
4   "summary": "解决大图崩溃",
5   "description": "大图加载时内存不足会崩溃,这个库解决了次问题",
6   "homepage": "https://github.com/gaohaoyun/GSLargeImage",
7   "license": "MIT",
8   "authors": {
9     "GaoHaoyun": "417172948@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/gaohaoyun/GSLargeImage.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "GSLargeImage",
20     "GSLargeImage/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "SDWebImage": [
26     ]
27   }