[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / f / 8 / SingleCell / 0.3.0 / SingleCell.podspec.json
blob87a422270c73564cecf11beec51b6f3d6f0f46b2
2   "name": "SingleCell",
3   "version": "0.3.0",
4   "summary": "Custom UI control that simulates appearance of UITableViewCell, but can be used as a single control without UITableView.",
5   "description": "Custom UI control that simulates appearance of UITableViewCell, but can be used as a single control without UITableView. It comprises of a main label, optional image on the left and optional detail view on the right. Also, it can show disclosure icon on the right side. Layout of all elements is provided by auto-layout constraints. SingleCell can be placed, previewed and configured in the interface builder.",
6   "authors": {
7     "Andrew Redko": "scrumone.contactus@gmail.com"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "homepage": "https://github.com/andrewredko/SingleCell",
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/andrewredko/SingleCell.git",
19     "tag": "0.3.0"
20   },
21   "source_files": "SingleCell/**/*.{swift}",
22   "frameworks": "UIKit",
23   "requires_arc": true,
24   "pushed_with_swift_version": "3.0"