[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / 4 / 1 / 3 / UICreator / 1.0.0-alpha.1 / UICreator.podspec.json
blob6bdb0c05c52c6f86eb7de5571d252abe0542f67e
2   "name": "UICreator",
3   "version": "1.0.0-alpha.1",
4   "summary": "Creating view using declarative statements",
5   "description": "UICreator is a replacement for storyboard and xib files. Like Fluter, ReactNative and SwiftUI, but keeping the same structure used in MVC projects.",
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.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.1",
22   "source_files": "UICreator/Classes/**/*",
23   "dependencies": {
24     "UIContainer": [
25       "~> 1.2.0-beta.1"
26     ],
27     "SnapKit": [
28       "~> 5.0.1"
29     ]
30   },
31   "swift_version": "5.1"