[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 4 / 7 / PanTilt / 0.2.0 / PanTilt.podspec.json
blobd9a1f3d165d8d62a95f19505c4a97a689fe5d9b9
2   "name": "PanTilt",
3   "version": "0.2.0",
4   "summary": "A structure for describing zoom and a gesture recognizer that allows for modifying it",
5   "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",
6   "homepage": "https://github.com/hristost/PanTilt",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hristost": "hristo.staykov@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hristost/PanTilt.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "PanTilt/Classes/**/*",
23   "dependencies": {
24     "SwifterSwift/CoreGraphics": [
26     ]
27   }