[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 6 / 8 / 2 / FormFramework / 2.2.0 / FormFramework.podspec.json
blob6c3d07712fcee5d77c169a8dd5724973069b5325
2   "name": "FormFramework",
3   "version": "2.2.0",
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.8.4"
21     ]
22   },
23   "default_subspecs": "Form",
24   "source": {
25     "git": "https://github.com/iZettle/Form.git",
26     "tag": "2.2.0"
27   },
28   "source_files": "Form/*.{swift,m,h}",
29   "public_header_files": "Form/*.{h}",
30   "swift_versions": "5.0",
31   "subspecs": [
32     {
33       "name": "Form"
34     },
35     {
36       "name": "Presentation",
37       "dependencies": {
38         "PresentationFramework": [
39           ">= 1.13.0"
40         ]
41       }
42     }
43   ],
44   "swift_version": "5.0"