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