[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 6 / 8 / 2 / FormFramework / 2.0.4 / FormFramework.podspec.json
blob6b748fbb240c2d7bd9fb79b61a516c4a54f43b0d
2   "name": "FormFramework",
3   "version": "2.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.2"
21     ]
22   },
23   "default_subspecs": "Form",
24   "source": {
25     "git": "https://github.com/iZettle/Form.git",
26     "tag": "2.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.9.0"
40         ]
41       }
42     }
43   ],
44   "swift_version": "5.0"