blob: 9fb50fce6bc52c2e05e8392cff30b6931bc3b187 [file] [log] [blame]
{
"name": "PXGradientView",
"version": "0.2.0",
"summary": "It's a gradient. It's easy.",
"description": "A view that allows you to create a gradient with as little as one line of code.",
"homepage": "https://github.com/pixio/PXGradientView/",
"license": "MIT",
"authors": {
"Daniel Blakemore": "DanBlakemore@gmail.com"
},
"source": {
"git": "https://github.com/pixio/PXGradientView.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"UIColor-MoreColors": [
]
}
}