blob: 30cc801b303b94987a1eb328f1f08739f31859c3 [file] [log] [blame]
{
"name": "Shader",
"version": "1.0.0",
"summary": "Easiest way to make shade view with Swift 3",
"description": "Easiest way to make shade view with Swift 3",
"homepage": "https://github.com/younatics/Shader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Seungyoun Yi": "younatics@gmail.com"
},
"source": {
"git": "https://github.com/younatics/Shader.git",
"tag": "1.0.0"
},
"source_files": "Shader/*.swift",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"QuartzCore"
],
"requires_arc": true,
"pushed_with_swift_version": "3.1"
}