[Add] LiveConnectUIKit_iOS 4.5.0.13
[CocoaPods.git] / Specs / 7 / f / 6 / VCUIKit / 0.0.59 / VCUIKit.podspec.json
blobb42f04d3f2665863e7bad6a8919b0a4d8252bd81
2   "name": "VCUIKit",
3   "version": "0.0.59",
4   "summary": "A collection of classes and extensions written in Swift 3 to help you optimize your time when developing iOS applications.",
5   "description": "This is a collection of classes and extensions written in Swift 3 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.0.59"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "VCUIKit/Classes/**/*",
22   "dependencies": {
23     "SwiftMessages": [
24       "3.3.3"
25     ],
26     "SnapKit": [
27       "3.2.0"
28     ],
29     "FCAlertView": [
30       "1.4"
31     ],
32     "DKImagePickerController": [
33       "3.5.0"
34     ],
35     "ActionSheetPicker-3.0": [
36       "2.2.0"
37     ],
38     "SVProgressHUD": [
39       "2.1.2"
40     ]
41   },
42   "pushed_with_swift_version": "3.0"