blob: 886ffedcc93a8162937f68f860a2fbf2b5d1c229 [file] [log] [blame]
{
"name": "UIImageView-MARKColorizer",
"version": "0.1.0",
"summary": "UIImageView category for image colorizing",
"homepage": "https://github.com/markvaldy/UIImageView-MARKColorizer",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Vadym Markov": "impressionwave@gmail.com"
},
"social_media_url": "https://twitter.com/markvaldy",
"source": {
"git": "https://github.com/markvaldy/UIImageView-MARKColorizer.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"source_files": "Source/**/*.{h,m}",
"dependencies": {
"UIImage-MARKColorizer": [
"~> 0.1.1"
]
}
}