[Add] DocumentReaderOCR 7.5.10931
[CocoaPods.git] / Specs / e / a / 6 / PresentationFramework / 1.0.0 / PresentationFramework.podspec.json
blobce22851c8de201394d651bd40d5784b19335c2b1
2   "name": "PresentationFramework",
3   "version": "1.0.0",
4   "module_name": "Presentation",
5   "summary": "Driving presentations from model to result",
6   "description": "Presentation is an iOS Swift library for working with UI presentations in a more formalized way.",
7   "homepage": "https://github.com/iZettle/Presentation",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.md"
11   },
12   "authors": {
13     "iZettle AB": "hello@izettle.com"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "dependencies": {
19     "FlowFramework": [
20       "~> 1.1"
21     ]
22   },
23   "source": {
24     "git": "https://github.com/iZettle/Presentation.git",
25     "tag": "1.0.0"
26   },
27   "source_files": "Presentation/*.{swift}",
28   "swift_version": "4.1"