blob: 3920ad094ae06c86fc031ce8a3bc3148215e798a [file] [log] [blame]
{
"name": "SGBackgroundView",
"version": "1.3",
"summary": "Easily create background views in UIKit.",
"description": "SGBackgroundView is a simple utility for creating custom background in UITableViewCell.",
"homepage": "https://github.com/sger/SGBackgroundView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Spiros Gerokostas": "spiros.gerokostas@gmail.com"
},
"source": {
"git": "https://github.com/sger/SGBackgroundView.git",
"tag": "1.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit"
}