blob: 0846c3288dab44ef83d41dceb6ae72e160bd48f4 [file] [log] [blame]
{
"name": "UIView-Overlay",
"version": "0.1",
"summary": "Category for the overlay adding to the UIView",
"description": " Category for the UIView which is adding layer with specific color to the sublayers\n",
"homepage": "https://github.com/lanserxt/UIView-Overlay.git",
"license": "MIT",
"authors": {
"Anton Gubarenko": "anton.gubarenko.dev@gmail.com"
},
"platforms": {
"ios": "6.1"
},
"source": {
"git": "https://github.com/lanserxt/UIView-Overlay.git",
"tag": "0.1"
},
"source_files": "*.{h,m}",
"public_header_files": "*.h",
"requires_arc": true
}