[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 4 / a / PaddedView / 1.0.1 / PaddedView.podspec.json
blob1fb54a18727025cb0aef480647aaa681d99c7c4d
2   "name": "PaddedView",
3   "version": "1.0.1",
4   "summary": "Easily add padding to your UILabels, UIImageViews, and custom UIViews.",
5   "description": "PaddedView is a UIView subclass that sets its layoutMargins to UIEdgeInsetsZero if its content's height or width is zero. This makes it easy to create views that need to show padding, but which need the padding to disappear when their content is nil.",
6   "homepage": "https://github.com/project-a/paddedview",
7   "screenshots": [
8     "https://raw.githubusercontent.com/project-a/paddedview/master/Screenshots/iOS-screenshot-1.png",
9     "https://raw.githubusercontent.com/project-a/paddedview/master/Screenshots/iOS-screenshot-2.png"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Ariel Elkin": "ariel.elkin@project-a.com",
17     "Project A Ventures": "info@project-a.com"
18   },
19   "social_media_url": "https://twitter.com/ProjectAcom",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source": {
24     "git": "https://github.com/project-a/paddedview.git",
25     "tag": "1.0.1"
26   },
27   "source_files": "PaddedView.swift"