[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 8 / 5 / f / HiCore / 1.0.5 / HiCore.podspec.json
blobe285b30124f15fa88eecb8615166bf1e23ad7911
2   "name": "HiCore",
3   "version": "1.0.5",
4   "summary": "Core module.",
5   "description": "Core module using Swift.",
6   "homepage": "https://github.com/tospery/HiCore",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "YangJianxiang": "tospery@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tospery/HiCore.git",
16     "tag": "1.0.5"
17   },
18   "requires_arc": true,
19   "swift_versions": "5.3",
20   "platforms": {
21     "ios": "13.0"
22   },
23   "frameworks": [
24     "Foundation",
25     "CoreGraphics",
26     "UIKit"
27   ],
28   "source_files": "HiCore/**/*",
29   "dependencies": {
30     "HiDomain": [
31       "~> 1.0"
32     ],
33     "FCUUID": [
34       "~> 1.0"
35     ],
36     "DeviceKit": [
37       "~> 5.0"
38     ],
39     "SwiftyBeaver": [
40       "~> 1.0"
41     ],
42     "SwifterSwift/UIKit": [
43       "~> 6.0"
44     ],
45     "SwifterSwift/CoreGraphics": [
46       "~> 6.0"
47     ]
48   },
49   "swift_version": "5.3"