[Add] CxjToasts 1.0.9
[CocoaPods.git] / Specs / 7 / b / 9 / CLPKittenPlaceholder / 0.1.1 / CLPKittenPlaceholder.podspec.json
blob658669898bc9e614f443cfc8767b69cf2be713ac
2   "name": "CLPKittenPlaceholder",
3   "version": "0.1.1",
4   "summary": "Need placeholder images for your next iOS Project? Try Kittens.",
5   "description": "                  CLPKittenPlaceholder is a category on UIImageView which leverages the awesome power of [placekitten](placekitten.com) to give you quick access to the cutest placeholder images of all time. Usage is simple:\n\n                  ```\n                    #import \"UIImageView+CLPKittenPlaceholder.h\"\n\n                    /* ... */\n\n                    //Set a kitten using the imageView size\n                    [imageView setImageToKitten];\n                    \n                    //Set a kitten with a specific size\n                    [imageView setImageToKittenWithSize:CGSizeMake(100,100)];\n                  ```\n",
6   "homepage": "https://github.com/tomburns/CLPKittenPlaceholder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tom Burns": "tom@claptrap.io"
13   },
14   "source": {
15     "git": "https://github.com/tomburns/CLPKittenPlaceholder.git",
16     "tag": "0.1.1"
17   },
18   "source_files": [
19     "CLPKittenPlaceholder",
20     "CLPKittenPlaceholder/**/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "platforms": {
24     "ios": "7.0"
25   },
26   "dependencies": {
27     "AFNetworking": [
28       "~> 2.0"
29     ]
30   }