blob: fcd1c78995fe4b90ffc67189d59d10ab2ee4ef1e [file] [log] [blame]
{
"name": "CXGradientView",
"version": "0.0.1",
"summary": "Ultra-basic UIView/CAGradientLayer class. Animates using CATransaction.",
"homepage": "https://github.com/dclelland/CXGradientView",
"license": {
"type": "MIT"
},
"authors": {
"Daniel Clelland": "daniel.clelland@gmail.com"
},
"source": {
"git": "https://github.com/dclelland/CXGradientView.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"source_files": "CXGradientView/*.{h,m}"
},
"requires_arc": true
}