[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / f / 6 / VCUIKit / 0.4.1 / VCUIKit.podspec.json
blob824d6627c35d533721dc222428fe2d82beeab406
2   "name": "VCUIKit",
3   "version": "0.4.1",
4   "summary": "A collection of classes and extensions written in Swift 4 to help you optimize your time when developing iOS applications.",
5   "description": "This is a collection of classes and extensions written in Swift 4 to help you optimize your time when developing iOS applications. All the code was done by me, so please if you think you can contribute, lets share some thoughts!\n\nWhen I get some time I will update the Wiki page with detailed description of each class / method.",
6   "homepage": "https://github.com/ripventura/VCUIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ripventura": "vitorcesco@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ripventura/VCUIKit.git",
16     "tag": "0.4.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "VCUIKit/Classes/**/*",
22   "dependencies": {
23     "SwiftMessages": [
24       "~> 4.0.0"
25     ],
26     "SnapKit": [
27       "~> 4.0.0"
28     ],
29     "FCAlertView": [
30       "~> 1.4"
31     ],
32     "SVProgressHUD": [
33       "~> 2.2.1"
34     ],
35     "VCSwiftToolkit": [
36       " ~> 0.1.7"
37     ]
38   },
39   "pushed_with_swift_version": "4.0"