[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 8 / 4 / UIContainer / 1.2.0-beta.3 / UIContainer.podspec.json
blobe5ca42262d98a9a11df0eb5704dd2a66adc10656
2   "name": "UIContainer",
3   "version": "1.2.0-beta.3",
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.3"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "tvos": "10.0"
21   },
22   "swift_versions": "5.1",
23   "source_files": "UIContainer/Classes/**/*",
24   "dependencies": {
25     "SnapKit": [
26       "~> 5.0.1"
27     ]
28   },
29   "swift_version": "5.1"