[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 8 / 4 / UIContainer / 1.2.0-beta.2 / UIContainer.podspec.json
blobc868597efa50c4cb9f221a534129797f31a7c086
2   "name": "UIContainer",
3   "version": "1.2.0-beta.2",
4   "summary": "Creating containers for UIViewController, UIView, UITableViewCell and UICollectionViewCell",
5   "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.",
6   "homepage": "https://github.com/umobi/UIContainer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "brennobemoura": "brennobemoura@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/umobi/UIContainer.git",
16     "tag": "1.2.0-beta.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.1",
22   "source_files": "UIContainer/Classes/**/*",
23   "dependencies": {
24     "SnapKit": [
25       "~> 5.0.1"
26     ]
27   },
28   "swift_version": "5.1"