[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / c / 3 / BezierRowView / 0.1.0 / BezierRowView.podspec.json
blobde5df806cd34c8b1856d4a5ed33f8f38073effdc
2   "name": "BezierRowView",
3   "version": "0.1.0",
4   "summary": "Its simply creator custom UIView with BezierPath",
5   "description": "Its simply creator custom UIView with BezierPath. It keep you to write easy code for grid of photos without difficulties. Obtaining images based on the URL or your Photo Model, as well as track the click events on a specific layer of this mask and understand where the user clicked. In callback you can get your Model or URL.",
6   "homepage": "https://github.com/YaphetS1/BezierRowView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "436910463q@gmail.com": "Dmitry Marinin"
13   },
14   "source": {
15     "git": "https://github.com/YaphetS1/BezierRowView.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "3.2",
22   "source_files": "BezierRowView/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "dependencies": {
28     "SDWebImage": [
29       "~> 4.3.0"
30     ]
31   }