[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 3 / 2 / 8 / GPAvatarView / 0.0.3 / GPAvatarView.podspec.json
blob271e87ebaab386cf6884971d891f2e1d35281c20
2   "name": "GPAvatarView",
3   "version": "0.0.3",
4   "summary": "A dead simple UIView subclass for rounded corners images.",
5   "description": "                   A deadly simple UIView subclass for rounded corners lazy-loaded images.\n\n                   Pure swift code.\n\n                   It loads and renders a UIImage lazyily from a URL, optionally specifying a placeholder image.\n\n",
6   "homepage": "https://github.com/buildo/GPAvatarView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gabriele Petronella": "gabriele@buildo.io"
13   },
14   "social_media_url": "http://twitter.com/gabro27",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/buildo/GPAvatarView.git",
20     "tag": "v0.0.3"
21   },
22   "source_files": [
23     "Classes",
24     "GPAvatarView/**/*.swift"
25   ],
26   "frameworks": [
27     "Foundation",
28     "UIKit"
29   ],
30   "requires_arc": true,
31   "dependencies": {
32     "SDWebImage": [
33       "~> 3.7.1"
34     ]
35   }