[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 2 / 8 / GPAvatarView / 0.4.0 / GPAvatarView.podspec.json
blob6474cda63f78056de348da053ef4b49d103d8a07
2   "name": "GPAvatarView",
3   "version": "0.4.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.4.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   },
32   "pushed_with_swift_version": "3.0"