blob: 658669898bc9e614f443cfc8767b69cf2be713ac [file] [log] [blame]
{
"name": "CLPKittenPlaceholder",
"version": "0.1.1",
"summary": "Need placeholder images for your next iOS Project? Try Kittens.",
"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",
"homepage": "https://github.com/tomburns/CLPKittenPlaceholder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tom Burns": "tom@claptrap.io"
},
"source": {
"git": "https://github.com/tomburns/CLPKittenPlaceholder.git",
"tag": "0.1.1"
},
"source_files": [
"CLPKittenPlaceholder",
"CLPKittenPlaceholder/**/*.{h,m}"
],
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}