[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 8 / 4 / UIContainer / 2.1.0 / UIContainer.podspec.json
blobc224fb47e2825d18d8f9069fe3a67ae23077009e
2   "name": "UIContainer",
3   "version": "2.1.0",
4   "summary": "Creating containers for UIViewController, UIView, UITableViewCell and UICollectionViewCell",
5   "homepage": "https://github.com/umobi/UIContainer",
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/UIContainer.git",
15     "tag": "2.1.0"
16   },
17   "description": "UIContainer helps by allowing you to keep the code more specific. You can write code for view controllers like AddressesViewController and for view AddressView that can be used in ProfileViewController and in the AddressesViewController using the ContainerTableViewCell<AddressView> wrapper. This should decrease the excess of code for the same data but in different view controllers.",
18   "platforms": {
19     "ios": "10.0",
20     "tvos": "10.0"
21   },
22   "swift_versions": "5.2",
23   "source_files": "Sources/UIContainer/**/*",
24   "dependencies": {
25     "ConstraintBuilder": [
26       ">= 2.0.0",
27       "< 3.0.0"
28     ]
29   },
30   "swift_version": "5.2"