blob: e79230eb21d801b547cd7d3da0c3862020deedff [file] [log] [blame]
{
"name": "CALayer+CurveMaker",
"version": "0.0.1",
"summary": "make curve layers for UIView or CALayer",
"description": "a extension for making curve layers for UIView or CALayer",
"homepage": "https://github.com/litt1e-p/CALayer-CurveMaker",
"license": {
"type": "MIT"
},
"authors": {
"litt1e-p": "litt1e.p4ul@gmail.com"
},
"source": {
"git": "https://github.com/litt1e-p/CALayer-CurveMaker.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "CALayer+CurveMaker/*",
"frameworks": [
"Foundation",
"UIKit"
]
}