[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / d / 2 / 1 / iOS-Swift-Utils-Module / 0.1.0 / iOS-Swift-Utils-Module.podspec.json
blobde09866100504b5515a133163d76feae390942aa
2   "name": "iOS-Swift-Utils-Module",
3   "version": "0.1.0",
4   "summary": "iOS-Swift-Utils-Module contains all the reusable utility code that we need in each project.",
5   "description": "iOS-Swift-Utils-Module groups all the reusable utility code that we need to ship in each project. This framework contains: StringUtils and Logger. Working on iOS everything has been made to be easy to use!",
6   "homepage": "https://gitlab.arkdev.net/mobile-team/iOS-Swift-Utils-Module",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Peter Adel": "padel@arkdev.net"
13   },
14   "source": {
15     "git": "https://gitlab.arkdev.net/mobile-team/iOS-Swift-Utils-Module.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "4.1",
22   "source_files": "iOS-Swift-Utils-Module/Classes/**/*",
23   "dependencies": {
24     "KeychainAccess": [
25       "~> 3.1.1"
26     ],
27     "HexColors": [
28       "~> 6.0.0"
29     ],
30     "Reachability": [
31       "~> 3.2"
32     ]
33   }