[Add] NagizTestingPod 0.0.2
[CocoaPods.git] / Specs / 4 / 1 / 3 / UICreator / 1.0.0-alpha.10 / UICreator.podspec.json
blobdb7b129656ca5b7b76e216ee8571c0963c3db393
2   "name": "UICreator",
3   "version": "1.0.0-alpha.10",
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.0.0-alpha.10"
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.1",
23   "source_files": "Sources/UICreator/**/*",
24   "dependencies": {
25     "ConstraintBuilder": [
26       ">= 1.0.5",
27       "< 2.0.0"
28     ]
29   },
30   "swift_version": "5.1"