[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 2 / a / GifLoadingView / 0.1.2 / GifLoadingView.podspec.json
blob9b78ce2c831abf859cf4cb448a5f4792689b2fa9
2   "name": "GifLoadingView",
3   "version": "0.1.2",
4   "summary": "直接加载Gif图片的LodingView",
5   "description": "基于SDWebImage和SVProgressHUD实现的加载Gif图片的HUD",
6   "homepage": "https://github.com/onexf/GifLoadingView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "onexf": "630850673@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/onexf/GifLoadingView.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "GifLoadingView/Classes/**/*",
22   "dependencies": {
23     "SDWebImage": [
25     ],
26     "SVProgressHUD": [
28     ]
29   }