[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / 1 / 3 / UICreator / 1.1.1 / UICreator.podspec.json
bloba83c2805e24dbedb68149bd166e8906dcae0c041
2   "name": "UICreator",
3   "version": "1.1.1",
4   "summary": "UICreator use declarative programming to create view interface using UIKit by Apple",
5   "homepage": "https://github.com/umobi/UICreator",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "brennobemoura": "brenno@umobi.com.br"
12   },
13   "source": {
14     "git": "https://github.com/umobi/UICreator.git",
15     "tag": "1.1.1"
16   },
17   "description": "UICreator is a replacement for storyboard and xib files. It directly communicates with UIKit to build views, so at the end of the process, the application will be using all UIKit components. This helps to implement a lot of utility functions to set attributes or do stuff using declarative sentences.",
18   "platforms": {
19     "ios": "10.0",
20     "tvos": "10.0"
21   },
22   "swift_versions": "5.3",
23   "source_files": "Sources/UICreator/**/*",
24   "dependencies": {
25     "ConstraintBuilder": [
26       ">= 2.0.0",
27       "< 3.0.0"
28     ]
29   },
30   "swift_version": "5.3"