[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 8 / 5 / 9 / KHGravatar / 1.0.0 / KHGravatar.podspec.json
blobb4b3bfd9d44136e7a0216576d0e51c6dc4735e16
2   "name": "KHGravatar",
3   "version": "1.0.0",
4   "summary": "A library to easily build URLs for Gravatar profile images, and also includes an AFNetworking 2 extension.",
5   "homepage": "https://github.com/kcharwood/KHGravatar",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kevin Harwood": "kcharwood@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/kcharwood/KHGravatar.git",
15     "tag": "1.0.0"
16   },
17   "requires_arc": true,
18   "default_subspecs": [
19     "Core"
20   ],
21   "subspecs": [
22     {
23       "name": "Core",
24       "platforms": {
25         "ios": "5.0"
26       },
27       "source_files": "KHGravatar/KHGravatar.{h,m}"
28     },
29     {
30       "name": "AFNetworking",
31       "dependencies": {
32         "AFNetworking/UIKit": [
33           "~> 2.0"
34         ],
35         "KHGravatar/Core": [
37         ]
38       },
39       "source_files": "KHGravatar/UIImageView+KHGravatar.{h,m}"
40     }
41   ]