[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / 4 / 1 / 3 / UICreator / 1.0.0-alpha.6 / UICreator.podspec.json
blobb4867aa392ed3fbffde029ad34b1c29d5dab12fb
2   "name": "UICreator",
3   "version": "1.0.0-alpha.6",
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.6"
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"