blob: d6572694f5c1a9b87382622300b5f00a4692cc21 [file] [log] [blame]
{
"name": "CXGradientView",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "6.1"
},
"ios": {
"source_files": "CXGradientView/*.{h,m}"
},
"requires_arc": true
}