[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / e / 8 / 4 / UIContainer / 1.2.0-beta.4 / UIContainer.podspec.json
blob6515df9b2b8974b84a3cc886c91d42819860159e
2   "name": "UIContainer",
3   "version": "1.2.0-beta.4",
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.4"
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"