[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 8 / 2 / FormFramework / 1.3.1 / FormFramework.podspec.json
blobcb3b2242ef53aa101b39ee39fd4cadd24a920f5f
2   "name": "FormFramework",
3   "version": "1.3.1",
4   "module_name": "Form",
5   "summary": "Powerful iOS layout and styling",
6   "description": "Form is an iOS Swift library for working efficiently with layout and styling.",
7   "homepage": "https://github.com/iZettle/Form",
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.2.1"
21     ]
22   },
23   "default_subspecs": "Form",
24   "source": {
25     "git": "https://github.com/iZettle/Form.git",
26     "tag": "1.3.1"
27   },
28   "source_files": "Form/*.{swift,m,h}",
29   "public_header_files": "Form/*.{h}",
30   "swift_version": "4.1",
31   "subspecs": [
32     {
33       "name": "Form"
34     },
35     {
36       "name": "Presentation",
37       "dependencies": {
38         "PresentationFramework": [
39           "~> 1.1"
40         ]
41       }
42     }
43   ]