blob: 8ad103773d55a5e59d66b93fa6df1b8be8291080 [file] [log] [blame]
{
"name": "BezierCurveView",
"version": "3.1.0",
"summary": "Swift Bezier Curve View",
"description": "Draw Bezier Arrows in a UIView, using familiar control handles.\nThese arrows will adjust neatly as the view gets resized, making\nthe best of interface orientation and device sizes.",
"homepage": "https://github.com/SwiftArchitect/BezierCurveView",
"screenshots": "https://cloud.githubusercontent.com/assets/4073988/10705183/0ecbd50e-7991-11e5-8693-10b54587c837.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Xavier Schott": "http://swiftarchitect.com/swiftarchitect/"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/SwiftArchitect/BezierCurveView.git",
"tag": "v3.1.0"
},
"exclude_files": "BezierCurveExample/*",
"source_files": "BezierCurveView/*.{swift}",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}