[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 4 / 1 / 3 / UICreator / 1.0.0 / UICreator.podspec.json
bloba9e612f90ef1a985e270ae7b35d8a1129a17eb1a
2   "name": "UICreator",
3   "version": "1.0.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.0.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"