blob: d9a1f3d165d8d62a95f19505c4a97a689fe5d9b9 [file] [log] [blame]
{
"name": "PanTilt",
"version": "0.2.0",
"summary": "A structure for describing zoom and a gesture recognizer that allows for modifying it",
"description": "A structure for describing zoom and a gesture recognizer that allows for modifying it\n* Can be incorporated into any view used for displaying a photo, drawing canvas, etc.\n* Gives transformation matrices for converting between screen and context coordinates\n* Two-finger gesture supports zoom, pan and tilt",
"homepage": "https://github.com/hristost/PanTilt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hristost": "hristo.staykov@gmail.com"
},
"source": {
"git": "https://github.com/hristost/PanTilt.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "PanTilt/Classes/**/*",
"dependencies": {
"SwifterSwift/CoreGraphics": [
]
}
}