[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / 2 / 8 / GPAvatarView / 0.2.2 / GPAvatarView.podspec.json
blob975dedf46c609562970023dc564f63343c37d009
2   "name": "GPAvatarView",
3   "version": "0.2.2",
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.2"
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   }