[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 4 / 1 / 3 / UICreator / 1.1.0 / UICreator.podspec.json
blobd79dadee3fb586aa4591994eb5f2f735b5e668da
2   "name": "UICreator",
3   "version": "1.1.0",
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.0"
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.2",
23   "source_files": "Sources/UICreator/**/*",
24   "dependencies": {
25     "ConstraintBuilder": [
26       ">= 2.0.0",
27       "< 3.0.0"
28     ]
29   },
30   "swift_version": "5.2"