[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / 1 / 6 / OnoCommon / 1.0.4 / OnoCommon.podspec.json
blobd41db157390e556e3d834d47316b956743ad2c05
2   "name": "OnoCommon",
3   "version": "1.0.4",
4   "summary": "A collection of common classes",
5   "description": "This is a collection of classes, extensions, methods and functions that aims at decomplexifying tasks that should be easy.",
6   "swift_versions": "5",
7   "homepage": "https://github.com/onodude/Common-iOS",
8   "license": {
9     "type": "Apache License, Version 2.0",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "onodude": "onur.erdemol@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/onodude/Common-iOS.git",
17     "tag": "1.0.4"
18   },
19   "documentation_url": "https://github.com/onodude/Common-iOS/blob/master/README.md",
20   "platforms": {
21     "ios": "13.0"
22   },
23   "source_files": "OnoCommon/**/*.swift",
24   "dependencies": {
25     "Alamofire": [
26       "~> 5.0.0"
27     ],
28     "ObjectMapper": [
29       "~> 3.5.1"
30     ],
31     "SnapKit": [
32       "~> 5.0.0"
33     ],
34     "SVProgressHUD": [
35       "~> 2.2.5"
36     ],
37     "KeychainAccess": [
38       "~> 4.1.0"
39     ],
40     "SwiftLint": [
41       "~> 0.40.0"
42     ]
43   },
44   "swift_version": "5"