[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 8 / 2 / FormFramework / 3.0.4 / FormFramework.podspec.json
blob19eb96a9a2fbac281c355729ed87c4a5174530bb
2   "name": "FormFramework",
3   "version": "3.0.4",
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": "3.0.4"
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"