[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 2 / 8 / GPAvatarView / 0.2.0 / GPAvatarView.podspec.json
blob8e7e0593e9ea828cce86899855a036c68123b5fb
2   "name": "GPAvatarView",
3   "version": "0.2.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A dead simple UIView subclass for rounded corners images",
9   "homepage": "https://github.com/buildo/GPAvatarView",
10   "social_media_url": "http://twitter.com/gabro27",
11   "authors": {
12     "Gabriele Petronella": "gabriele@buildo.io"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/buildo/GPAvatarView.git",
19     "tag": "v0.2.0"
20   },
21   "source_files": "GPAvatarView/GPAvatarView.swift",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "SDWebImage": [
29       "~> 3.7.1"
30     ]
31   }