[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / 1 / 3 / UICreator / 1.0.0-alpha.7 / UICreator.podspec.json
blobfff14fde845f6cd8e886adeb6746932e3edd7ad8
2   "name": "UICreator",
3   "version": "1.0.0-alpha.7",
4   "summary": "Create UI using declarative components",
5   "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.",
6   "homepage": "https://github.com/umobi/UICreator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "brennobemoura": "brenno@umobi.com.br"
13   },
14   "source": {
15     "git": "https://github.com/umobi/UICreator.git",
16     "tag": "1.0.0-alpha.7"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "tvos": "10.0"
21   },
22   "swift_versions": "5.1",
23   "source_files": "UICreator/Classes/**/*",
24   "dependencies": {
25     "UIContainer": [
26       "~> 1.2.0-beta.4"
27     ],
28     "SnapKit": [
29       "~> 5.0.1"
30     ]
31   },
32   "swift_version": "5.1"