[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / 7 / 0 / MBDocCapture / 0.1.1 / MBDocCapture.podspec.json
blob2bdbc788c5f958c3abbc19556ba5620c9a91b685
2   "name": "MBDocCapture",
3   "version": "0.1.1",
4   "summary": "MBDocCapture makes it easy to add document scanning functionalities to your iOS.",
5   "description": "MBDocCapture makes it easy to add document scanning functionalities to your iOS app but also image editing (Cropping and contrast enhacement).",
6   "homepage": "https://github.com/iMhdi/MBDocCapture",
7   "swift_version": "4.2",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "El Mahdi BOUKHRIS": "m.boukhris@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/iMhdi/MBDocCapture.git",
17     "tag": "0.1.1"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "MBDocCapture/Classes/**/*",
23   "resource_bundles": {
24     "MBDocCapture": [
25       "MBDocCapture/**/*.png"
26     ]
27   },
28   "frameworks": [
29     "CoreGraphics",
30     "CoreImage"
31   ]